[pypy-svn] r61900 - pypy/trunk/pypy/lib

getxsick at codespeak.net getxsick at codespeak.net
Sun Feb 15 00:22:43 CET 2009


Author: getxsick
Date: Sun Feb 15 00:22:43 2009
New Revision: 61900

Modified:
   pypy/trunk/pypy/lib/_locale.py
Log:
typo

Modified: pypy/trunk/pypy/lib/_locale.py
==============================================================================
--- pypy/trunk/pypy/lib/_locale.py	(original)
+++ pypy/trunk/pypy/lib/_locale.py	Sun Feb 15 00:22:43 2009
@@ -343,7 +343,7 @@
 
 def textdomain(domain):
     """textdomain(domain) -> string
-    Set the C library's textdmain to domain, returning the new domain."""
+    Set the C library's textdomain to domain, returning the new domain."""
     return _textdomain(domain)
 
 def bindtextdomain(domain, dir):



More information about the Pypy-commit mailing list