Skip to content

Commit

Permalink
Don't specify 0 or 1 in closed docs
Browse files Browse the repository at this point in the history
There's also 2 which means broken. But I prefer to leave that as
implementation detail.
  • Loading branch information
dvarrazzo committed Apr 5, 2014
1 parent 489658c commit 09fb131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,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
Expand Down

0 comments on commit 09fb131

Please sign in to comment.