summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-24 08:06:18 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-24 08:06:18 (GMT)
commitdf48b97855b378a13d852656d358ca92ecbe4aa3 (patch)
tree3075e47c89a79974038451d9e65cd59c7f533396 /Doc/library/sys.rst
parent645d3b76559d3c85cc90d2c8787fa6c765327e71 (diff)
downloadcpython-df48b97855b378a13d852656d358ca92ecbe4aa3.zip
cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.tar.gz
cpython-df48b97855b378a13d852656d358ca92ecbe4aa3.tar.bz2
Fix a few scoping issues with versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 7dc1d78..2328a10 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -12,11 +12,12 @@ always available.
.. data:: abiflags
- On POSIX systems where Python is build with the standard ``configure``
+ On POSIX systems where Python was built with the standard ``configure``
script, this contains the ABI flags as specified by :pep:`3149`.
.. versionadded:: 3.2
+
.. data:: argv
The list of command line arguments passed to a Python script. ``argv[0]`` is the