From: CBerJun <121291537+CBerJun@users.noreply.github.com> Date: Mon, 8 Jul 2024 03:51:03 +0000 (-0400) Subject: gh-121461: Fix os.path.normpath documentation indentation (#121466) X-Git-Tag: v3.14.0a1~1204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf74db731bf108e880348f2925160af61570dbf4;p=thirdparty%2FPython%2Fcpython.git gh-121461: Fix os.path.normpath documentation indentation (#121466) --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index b582321515db..52487b4737ae 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -389,7 +389,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