Skip to content

Commit b24be1d

Browse files
committedJun 7, 2021
Fix typo
1 parent c619d60 commit b24be1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/dbapi2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ is then automatically closed will then produce an exception.
390390
This exception is due to a conflict between dbapi2, Java, and HSQLDB
391391
specifications. Dbapi2 requires that statements be executed as prepared
392392
statements, Java requires that closing a statement yields no action if the
393-
connect is already closed, and HSQLBD sets the ``isValid`` to false but not
393+
connection is already closed, and HSQLBD sets the ``isValid`` to false but not
394394
``isClosed``. Thus executing a shutdown through dbapi2 would be expected to
395395
close the prepared statement on an invalid connection resulting in an error.
396396

0 commit comments

Comments
 (0)
Please sign in to comment.