[Checkins] SVN: z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt One more spelling fix.

Marius Gedminas marius at pov.lt
Fri Nov 26 10:06:12 EST 2010


Log message for revision 118603:
  One more spelling fix.
  
  (This one was not caught by the spell checker for obvious reasons).
  
  

Changed:
  U   z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt

-=-
Modified: z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt
===================================================================
--- z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt	2010-11-26 15:03:10 UTC (rev 118602)
+++ z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt	2010-11-26 15:06:12 UTC (rev 118603)
@@ -100,7 +100,7 @@
 
 One feature of global registries must be that they pickle efficiently, since
 they can be referenced in persisted objects. As you can see, the base registry
-pickles quiet well:
+pickles quite well:
 
   >>> import cPickle
   >>> jar = cPickle.dumps(myRegistry)



More information about the checkins mailing list