From: Hyunkyun Moon Date: Mon, 6 Mar 2023 13:56:19 +0000 (+0900) Subject: gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455) X-Git-Tag: v3.12.0a6~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3ca042c99b2e86a2bb927a877fdfcbacdc22f89;p=thirdparty%2FPython%2Fcpython.git gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455) --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 3c759648e4e6..c60b4da75d1a 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -540,7 +540,7 @@ The :mod:`test.support` module defines the following functions: Get size of a page in bytes. - .. versionadded:: 3.12 + .. versionadded:: 3.12 .. function:: setswitchinterval(interval)