summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-12-27 12:09:35 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-12-27 12:09:35 (GMT)
commitfe607beef73b4bfc60f4ce2e4e668c1cf2b99d5a (patch)
tree21ffa10d9cc8b1f565a604d54541cde265efdc0a /Doc
parentc70081cfc15f972543a8cd30f5c6d5b5850160b4 (diff)
parent8e2bdc8fe8c43c6a41ca89c10c8764486d2ef74d (diff)
downloadcpython-fe607beef73b4bfc60f4ce2e4e668c1cf2b99d5a.zip
cpython-fe607beef73b4bfc60f4ce2e4e668c1cf2b99d5a.tar.gz
cpython-fe607beef73b4bfc60f4ce2e4e668c1cf2b99d5a.tar.bz2
Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/shutil.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 3451597..a85bf33 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -625,8 +625,6 @@ The resulting archive contains:
Querying the size of the output terminal
----------------------------------------
-.. versionadded:: 3.3
-
.. function:: get_terminal_size(fallback=(columns, lines))
Get the size of the terminal window.
@@ -650,6 +648,8 @@ Querying the size of the output terminal
See also: The Single UNIX Specification, Version 2,
`Other Environment Variables`_.
+ .. versionadded:: 3.3
+
.. _`Other Environment Variables`:
http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003