From 60de32565733419dfe2e7079c2b0c28daba0593c Mon Sep 17 00:00:00 2001 From: CBerJun <121291537+CBerJun@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:51:03 -0400 Subject: [PATCH] gh-121461: Fix os.path.normpath documentation indentation (GH-121466) (cherry picked from commit bf74db731bf108e880348f2925160af61570dbf4) Co-authored-by: CBerJun <121291537+CBerJun@users.noreply.github.com> --- Doc/library/os.path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index c5004c3f0dfe2b..2eb25d952e7977 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -359,7 +359,7 @@ the :mod:`glob` module.) that contains symbolic links. On Windows, it converts forward slashes to backward slashes. To normalize case, use :func:`normcase`. - .. note:: + .. note:: On POSIX systems, in accordance with `IEEE Std 1003.1 2013 Edition; 4.13 Pathname Resolution `_, if a pathname begins with exactly two slashes, the first component