summaryrefslogtreecommitdiffstats
path: root/Doc/library/py_compile.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-06-21 00:17:22 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-06-21 00:17:22 (GMT)
commitdb53c1eb68ff19db167e80bcf02cd9984d25f022 (patch)
tree74c22637515a1750c0d5ae091684984f4cab2941 /Doc/library/py_compile.rst
parent6ba873c13494e73c483ab11acc20ec4787989865 (diff)
downloadcpython-db53c1eb68ff19db167e80bcf02cd9984d25f022.zip
cpython-db53c1eb68ff19db167e80bcf02cd9984d25f022.tar.gz
cpython-db53c1eb68ff19db167e80bcf02cd9984d25f022.tar.bz2
Correct two versionchanged directives, to improve the 'changes' output
Diffstat (limited to 'Doc/library/py_compile.rst')
-rw-r--r--Doc/library/py_compile.rst3
1 files changed, 1 insertions, 2 deletions
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 @@ files named on the command line. The exit status is nonzero if one of the files
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::