]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #17415: Trim trailing whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 17 Mar 2013 19:28:10 +0000 (15:28 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 17 Mar 2013 19:28:10 +0000 (15:28 -0400)
Doc/library/os.path.rst

index 7a17d23845356f7d5a75c36fff9e7711910a28d5..32c48eb750e9e261f4b5bfbafa7f713fac0c72f0 100644 (file)
@@ -218,7 +218,7 @@ the :mod:`glob` module.)
    references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
    become ``A/B``.  This string manipulation may change the meaning of a path
    that contains symbolic links.  On Windows, it converts forward slashes to
-   backward slashes. To normalize case, use :func:`normcase`.  
+   backward slashes. To normalize case, use :func:`normcase`.
 
 
 .. function:: realpath(path)