correcting interactive code

This commit is contained in:
HVN 2012-12-06 17:35:15 +07:00
parent e1c2bcec7e
commit de5e77e035
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ method::
You can also check whether the connection is connected::
>>> connection.connected()
>>> connection.connected
True
Connections must always be closed after use::