[Python-checkins] gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)

corona10 webhook-mailer at python.org
Mon Mar 6 08:56:27 EST 2023


https://github.com/python/cpython/commit/d3ca042c99b2e86a2bb927a877fdfcbacdc22f89
commit: d3ca042c99b2e86a2bb927a877fdfcbacdc22f89
branch: main
author: Hyunkyun Moon <hyunkyun.moon at linecorp.com>
committer: corona10 <donghee.na92 at gmail.com>
date: 2023-03-06T22:56:19+09:00
summary:

gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)

files:
M Doc/library/test.rst

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)



More information about the Python-checkins mailing list