summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorHyunkyun Moon <hyunkyun.moon@linecorp.com>2023-03-06 13:56:19 (GMT)
committerGitHub <noreply@github.com>2023-03-06 13:56:19 (GMT)
commitd3ca042c99b2e86a2bb927a877fdfcbacdc22f89 (patch)
treedc107ccc0f2ef00419a78053e285ea5c53600d47 /Doc
parentf533f216e6aaba3f36639ae27210420e7dcf9de1 (diff)
downloadcpython-d3ca042c99b2e86a2bb927a877fdfcbacdc22f89.zip
cpython-d3ca042c99b2e86a2bb927a877fdfcbacdc22f89.tar.gz
cpython-d3ca042c99b2e86a2bb927a877fdfcbacdc22f89.tar.bz2
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 3c75964..c60b4da 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)