diff --git a/docs/userguide/connections.rst b/docs/userguide/connections.rst index aa88add8..12e9249d 100644 --- a/docs/userguide/connections.rst +++ b/docs/userguide/connections.rst @@ -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::