8000 Move versionadded inside of the get_terminal_size() block · python/cpython@8e2bdc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e2bdc8

Browse files
committed
Move versionadded inside of the get_terminal_size() block
1 parent 6664e8c commit 8e2bdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/shutil.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,6 @@ The resulting archive contains:
625625
Querying the size of the output terminal
626626
----------------------------------------
627627

628-
.. versionadded:: 3.3
629-
630628
.. function:: get_terminal_size(fallback=(columns, lines))
631629

632630
Get the size of the terminal window.
@@ -650,6 +648,8 @@ Querying the size of the output terminal
650648
See also: The Single UNIX Specification, Version 2,
651649
`Other Environment Variables`_.
652650

651+
.. versionadded:: 3.3
652+
653653
.. _`Other Environment Variables`:
654654
http://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#tag_002_003
655655

0 commit comments

Comments
 (0)
0