[Python-checkins] r45638 - python/trunk/Modules/rotatingtree.h

andrew.kuchling python-checkins at python.org
Sat Apr 22 04:00:05 CEST 2006


Author: andrew.kuchling
Date: Sat Apr 22 03:58:40 2006
New Revision: 45638

Modified:
   python/trunk/Modules/rotatingtree.h
Log:
Fix comment typo

Modified: python/trunk/Modules/rotatingtree.h
==============================================================================
--- python/trunk/Modules/rotatingtree.h	(original)
+++ python/trunk/Modules/rotatingtree.h	Sat Apr 22 03:58:40 2006
@@ -4,7 +4,7 @@
  *
  * It's a dict-like data structure that works best when accesses are not
  * random, but follow a strong pattern.  The one implemented here is for
- * accesses patterns where the same small set of keys is looked up over
+ * access patterns where the same small set of keys is looked up over
  * and over again, and this set of keys evolves slowly over time.
  */
 


More information about the Python-checkins mailing list