ConfigObject docstring, close an open parenthesis
authorGuido Trotter <ultrotter@google.com>
Tue, 20 Jan 2009 17:50:27 +0000 (17:50 +0000)
committerGuido Trotter <ultrotter@google.com>
Tue, 20 Jan 2009 17:50:27 +0000 (17:50 +0000)
Reviewed-by: iustinp

lib/objects.py

index 551ead6..1fc2db3 100644 (file)
@@ -50,7 +50,7 @@ class ConfigObject(object):
       as None instead of raising an error
 
   Classes derived from this must always declare __slots__ (we use many
-  config objects and the memory reduction is useful.
+  config objects and the memory reduction is useful)
 
   """
   __slots__ = []