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.
........
This commit is contained in:
R. David Murray 2011-02-11 22:54:34 +00:00
parent 335e570e38
commit 46c4e4709a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ Public functions
cases where the source file does not exist at the time the byte-code file is cases where the source file does not exist at the time the byte-code file is
executed. 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 file being compiled, and if it returns a true value, the file is not
compiled and ``True`` is returned. compiled and ``True`` is returned.