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 dac479a0b720da7466b86f3842a2161f9cc7fe7e..5e245d0df5ba49ea73ac7ae77c587edda81112e5 100644 (file)
@@ -223,7 +223,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)