[Checkins] SVN: zc.lockfile/trunk/src/zc/lockfile/README.txt fix	typo
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Tue Dec  9 11:10:10 EST 2008
    
    
  
Log message for revision 93812:
  fix typo
  
Changed:
  U   zc.lockfile/trunk/src/zc/lockfile/README.txt
-=-
Modified: zc.lockfile/trunk/src/zc/lockfile/README.txt
===================================================================
--- zc.lockfile/trunk/src/zc/lockfile/README.txt	2008-12-09 14:56:17 UTC (rev 93811)
+++ zc.lockfile/trunk/src/zc/lockfile/README.txt	2008-12-09 16:10:10 UTC (rev 93812)
@@ -33,7 +33,7 @@
     >>> os.path.exists('lock')
     True
 
-Of course, now that we've released the lock, we can created it again:
+Of course, now that we've released the lock, we can create it again:
 
     >>> lock = zc.lockfile.LockFile('lock')
     >>> lock.close()
    
    
More information about the Checkins
mailing list