]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
authorHyunkyun Moon <hyunkyun.moon@linecorp.com>
Mon, 6 Mar 2023 13:56:19 +0000 (22:56 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 13:56:19 +0000 (22:56 +0900)
Doc/library/test.rst

index 3c759648e4e626bd5b0eb29df87f745cfa5e1087..c60b4da75d1acb6f6bb63722d9eb2d00aa28e9fe 100644 (file)
@@ -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)