[Zope3-checkins] CVS: Zope3/src/zope/app/tree - utils.py:1.2

Philipp von Weitershausen philikon at philikon.de
Wed Mar 3 21:01:38 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/tree
In directory cvs.zope.org:/tmp/cvs-serv20050/src/zope/app/tree

Modified Files:
	utils.py 
Log Message:
Typo.


=== Zope3/src/zope/app/tree/utils.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/tree/utils.py:1.1	Thu Feb 19 15:43:04 2004
+++ Zope3/src/zope/app/tree/utils.py	Wed Mar  3 21:01:38 2004
@@ -59,7 +59,7 @@
 def b2a(s):
     '''Encode a value as a cookie- and url-safe string.
 
-    Encoded string use only alpahnumeric characters, and "._-".
+    Encoded string use only alphanumeric characters, and "._-".
     '''
     s = str(s)
     if len(s) <= 57:




More information about the Zope3-Checkins mailing list