docs: fix simple typo, portible -> portable (#547)

There is a small typo in tests/dbapi20.py.

Should read `portable` rather than `portible`.
This commit is contained in:
Tim Gates
2022-08-05 12:40:27 +10:00
committed by GitHub
parent dac24e7b05
commit f5a2f3dd28

View File

@@ -56,7 +56,7 @@ import time
# - 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