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:
Daniele Varrazzo 2014-04-05 13:37:42 +01:00
parent 71eeb9086a
commit e53f63b2d6

View File

@ -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