mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Don't specify 0 or 1 in closed docs
There's also 2 which means broken. But I prefer to leave that as implementation detail.
This commit is contained in:
parent
71eeb9086a
commit
e53f63b2d6
|
@ -283,8 +283,8 @@ The ``connection`` class
|
|||
|
||||
.. attribute:: closed
|
||||
|
||||
Read-only attribute reporting whether the database connection is open
|
||||
(0) or closed (1).
|
||||
Read-only integer attribute: 0 if the connection is open, nonzero if
|
||||
it is closed or broken.
|
||||
|
||||
|
||||
.. method:: cancel
|
||||
|
|
Loading…
Reference in New Issue
Block a user