From: R. David Murray Date: Fri, 11 Feb 2011 22:37:16 +0000 (+0000) Subject: Fix argument name typo in compileall docs. X-Git-Tag: v3.2rc3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b24aac9363bfe44081415f6cff3bc65918ad321;p=python Fix argument name typo in compileall docs. --- diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst index d515d4d2fb..55dd958909 100644 --- a/Doc/library/compileall.rst +++ b/Doc/library/compileall.rst @@ -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.