8000 [3.13] gh-121461: Fix os.path.normpath documentation indentation (GH-… · python/cpython@2c3f30b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c3f30b

Browse files
[3.13] gh-121461: Fix os.path.normpath documentation indentation (GH-121466) (#121472)
gh-121461: Fix os.path.normpath documentation indentation (GH-121466) (cherry picked from commit bf74db7) Co-authored-by: CBerJun <121291537+CBerJun@users.noreply.github.com>
1 parent 78437b7 commit 2c3f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ the :mod:`glob` module.)
389389
that contains symbolic links. On Windows, it converts forward slashes to
390390
backward slashes. To normalize case, use :func:`normcase`.
391391

392-
.. note::
392+
.. note::
393393
On POSIX systems, in accordance with `IEEE Std 1003.1 2013 Edition; 4.13
394394
Pathname Resolution <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13>`_,
395395
if a pathname begins with exactly two slashes, the first component

0 commit comments

Comments
 (0)
0