[Zope3-checkins] CVS: Zope3/src/BTrees - Interfaces.py:1.20

Scott Pascoe manager at planneditsolutions.com
Mon May 3 14:46:30 EDT 2004


Update of /cvs-repository/Zope3/src/BTrees
In directory cvs.zope.org:/tmp/cvs-serv11332/src/BTrees

Modified Files:
	Interfaces.py 
Log Message:
Spring Cleaning, corrected typo in docstring


=== Zope3/src/BTrees/Interfaces.py 1.19 => 1.20 ===
--- Zope3/src/BTrees/Interfaces.py:1.19	Fri Nov 28 11:44:44 2003
+++ Zope3/src/BTrees/Interfaces.py	Mon May  3 14:46:29 2004
@@ -31,7 +31,7 @@
 class IReadSequence(Interface):
 
     def __getitem__(index):
-        """Return a value at the givem index
+        """Return a value at the given index
 
         An IndexError is raised if the index cannot be found.
         """




More information about the Zope3-Checkins mailing list