]> granicus.if.org Git - python/commitdiff
Move versionadded inside of the get_terminal_size() block
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 27 Dec 2016 12:09:11 +0000 (15:09 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 27 Dec 2016 12:09:11 +0000 (15:09 +0300)
Doc/library/shutil.rst

index 669475f9de3ff8ce05143f8565ce604d8c57b438..b020bb31c83b7b111b24fb89658c89695da39ebb 100644 (file)
@@ -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