Skip to content

Commit

Permalink
docs: fix simple typo, portible -> portable (#547)
Browse files Browse the repository at this point in the history
There is a small typo in tests/dbapi20.py.

Should read `portable` rather than `portible`.
  • Loading branch information
timgates42 authored Aug 5, 2022
1 parent dac24e7 commit f5a2f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbapi20.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5a2f3d

Please sign in to comment.