[Python-checkins] r88405 - in python/branches/release27-maint: Doc/library/compileall.rst

r.david.murray python-checkins at python.org
Fri Feb 11 23:54:37 CET 2011


Author: r.david.murray
Date: Fri Feb 11 23:54:34 2011
New Revision: 88405

Log:
Merged revisions 88402 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88402 | r.david.murray | 2011-02-11 17:37:16 -0500 (Fri, 11 Feb 2011) | 2 lines
  
  Fix argument name typo in compileall docs.
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Doc/library/compileall.rst

Modified: python/branches/release27-maint/Doc/library/compileall.rst
==============================================================================
--- python/branches/release27-maint/Doc/library/compileall.rst	(original)
+++ python/branches/release27-maint/Doc/library/compileall.rst	Fri Feb 11 23:54:34 2011
@@ -100,7 +100,7 @@
    cases where the source file does not exist at the time the byte-code file is
    executed.
 
-   If *ra* is given, its search method is passed the full path name to the
+   If *rx* is given, its search method is passed the full path name to the
    file being compiled, and if it returns a true value, the file is not
    compiled and ``True`` is returned.
 


More information about the Python-checkins mailing list