https://github.com/python/cpython/commit/bf74db731bf108e880348f2925160af61570dbf4
commit: bf74db731bf108e880348f2925160af61570dbf4
branch: main
author: CBerJun <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-07-08T03:51:03Z
summary:

gh-121461: Fix os.path.normpath documentation indentation (#121466)

files:
M Doc/library/os.path.rst

diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index b582321515db56..52487b4737ae2f 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 
<https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_13>`_,
       if a pathname begins with exactly two slashes, the first component

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to