Author: guido.van.rossum
Date: Tue Sep  4 04:40:38 2007
New Revision: 57939

Modified:
   python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Fix sinple typo.


Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst   (original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst   Tue Sep  4 04:40:38 2007
@@ -241,7 +241,7 @@
 * PEP 3104: ``nonlocal`` statement.  Using ``nonlocal x`` you can now
   assign directly to a variable in an outer (but non-global) scope.
 
-* PEP 3105: ``print`` is now a function.  Keyword argumemts
+* PEP 3105: ``print`` is now a function.  Keyword arguments
   ``file=sys.stdout``, ``sep=" "`` and ``end="\n"`` let you customize
   it.
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to