Skip to content

Commit bf74db7

Browse files
authored
gh-121461: Fix os.path.normpath documentation indentation (#121466)
1 parent 5aa1e60 commit bf74db7

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)