From ad5d297e388a849c329a46c4b3bb1af4a2553d06 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 7 Jul 2022 07:27:26 +1000 Subject: [PATCH] docs: fix simple typo, portible -> portable There is a small typo in tests/dbapi20.py. Should read `portable` rather than `portible`. --- tests/dbapi20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbapi20.py b/tests/dbapi20.py index 4965c9bf..a88a0616 100644 --- a/tests/dbapi20.py +++ b/tests/dbapi20.py @@ -56,7 +56,7 @@ # - self.populate is now self._populate(), so if a driver stub # overrides self.ddl1 this change propagates # - VARCHAR columns now have a width, which will hopefully make the -# DDL even more portible (this will be reversed if it causes more problems) +# DDL even more portable (this will be reversed if it causes more problems) # - cursor.rowcount being checked after various execute and fetchXXX methods # - Check for fetchall and fetchmany returning empty lists after results # are exhausted (already checking for empty lists if select retrieved