commit | db53c1eb68ff19db167e80bcf02cd9984d25f022 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jun 21 00:17:22 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jun 21 00:17:22 2008 +0000 |
tree | 74c22637515a1750c0d5ae091684984f4cab2941 | |
parent | 6ba873c13494e73c483ab11acc20ec4787989865 [diff] [blame] |
Correct two versionchanged directives, to improve the 'changes' output
diff --git a/Doc/library/py_compile.rst b/Doc/library/py_compile.rst index 77ed8cf..40ca588 100644 --- a/Doc/library/py_compile.rst +++ b/Doc/library/py_compile.rst
@@ -46,8 +46,7 @@ could not be compiled. .. versionchanged:: 2.6 - - Added the nonzero exit status. + Added the nonzero exit status when module is run as a script. .. seealso::