[Python-3000-checkins] r57939 - python/branches/py3k/Doc/whatsnew/3.0.rst

guido.van.rossum python-3000-checkins at python.org
Tue Sep 4 04:40:38 CEST 2007


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.
 


More information about the Python-3000-checkins mailing list