From 8e2bdc8fe8c43c6a41ca89c10c8764486d2ef74d Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 27 Dec 2016 15:09:11 +0300 Subject: Move versionadded inside of the get_terminal_size() block --- Doc/library/shutil.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 669475f..b020bb3 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 -- cgit v0.12