]> granicus.if.org Git - python/commitdiff
Fix argument name typo in compileall docs.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 11 Feb 2011 22:37:16 +0000 (22:37 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 11 Feb 2011 22:37:16 +0000 (22:37 +0000)
Doc/library/compileall.rst

index d515d4d2fb178714f03629a070423897806b269d..55dd958909b3659ddc7fbb4f0b7423ddd2fe0444 100644 (file)
@@ -119,7 +119,7 @@ Public functions
    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.