From f0c42464aff3a7d65e7fed34075d49509189c7fa Mon Sep 17 00:00:00 2001 From: HyunKyun Moon Date: Mon, 6 Mar 2023 10:25:04 +0900 Subject: [PATCH] Fix versionadded typo of get_pagesize in test.rst --- Doc/library/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 3c759648e4e626..c60b4da75d1acb 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)