Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664e8c commit 8e2bdc8Copy full SHA for 8e2bdc8
1 file changed
Doc/library/shutil.rst
@@ -625,8 +625,6 @@ The resulting archive contains:
625
Querying the size of the output terminal
626
----------------------------------------
627
628
-.. versionadded:: 3.3
629
-
630
.. function:: get_terminal_size(fallback=(columns, lines))
631
632
Get the size of the terminal window.
@@ -650,6 +648,8 @@ Querying the size of the output terminal
650
648
See also: The Single UNIX Specification, Version 2,
651
649
`Other Environment Variables`_.
652
+ .. versionadded:: 3.3
+
653
.. _`Other Environment Variables`:
654
http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003
655
0 commit comments