Skip to content

Commit f5a2f3d

Browse files
authored
docs: fix simple typo, portible -> portable (#547)
There is a small typo in tests/dbapi20.py. Should read `portable` rather than `portible`.
1 parent dac24e7 commit f5a2f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dbapi20.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# - self.populate is now self._populate(), so if a driver stub
5757
# overrides self.ddl1 this change propagates
5858
# - VARCHAR columns now have a width, which will hopefully make the
59-
# DDL even more portible (this will be reversed if it causes more problems)
59+
# DDL even more portable (this will be reversed if it causes more problems)
6060
# - cursor.rowcount being checked after various execute and fetchXXX methods
6161
# - Check for fetchall and fetchmany returning empty lists after results
6262
# are exhausted (already checking for empty lists if select retrieved

0 commit comments

Comments
 (0)