Commit 811e5ed2 authored by Tim Peters's avatar Tim Peters

Reworded a clumsy sentence of mine.

parent ad498e26
...@@ -91,7 +91,8 @@ True ...@@ -91,7 +91,8 @@ True
>>> cn2.get_connection('notroot') is cn2 >>> cn2.get_connection('notroot') is cn2
True True
Of course trying to get a non-existent named database doesn't work: Of course trying to get a connection for a database not in the group raises
an exception:
>>> cn.get_connection('no way') >>> cn.get_connection('no way')
Traceback (most recent call last): Traceback (most recent call last):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment