[Python-checkins] r76966 - peps/trunk/pep-0345.txt

tarek.ziade python-checkins at python.org
Mon Dec 21 12:26:17 CET 2009


Author: tarek.ziade
Date: Mon Dec 21 12:26:17 2009
New Revision: 76966

Log:
fixed import

Modified:
   peps/trunk/pep-0345.txt

Modified: peps/trunk/pep-0345.txt
==============================================================================
--- peps/trunk/pep-0345.txt	(original)
+++ peps/trunk/pep-0345.txt	Mon Dec 21 12:26:17 2009
@@ -453,7 +453,7 @@
 function ``interpret_marker`` provided in the ``distutils.util`` module
 in the stdlib::
 
-    >>> from distutils.util import
+    >>> from distutils.util import interpret_marker
     >>> interpret_marker("sys.platform == 'win32'")
     True
 


More information about the Python-checkins mailing list