[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py fix typo

Benji York benji at zope.com
Mon Oct 27 12:56:14 EDT 2008


Log message for revision 92619:
  fix typo
  

Changed:
  U   ZODB/trunk/src/ZEO/ClientStorage.py

-=-
Modified: ZODB/trunk/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/trunk/src/ZEO/ClientStorage.py	2008-10-27 16:19:00 UTC (rev 92618)
+++ ZODB/trunk/src/ZEO/ClientStorage.py	2008-10-27 16:56:14 UTC (rev 92619)
@@ -83,7 +83,7 @@
     This raises ClientDisconnected on all attribute accesses.
 
     This is a singleton class -- there should be only one instance,
-    the global disconnected_stub, os it can be tested by identity.
+    the global disconnected_stub, so it can be tested by identity.
 
     """
 



More information about the Zodb-checkins mailing list