[Python-checkins] cpython (3.2): Issue #17415: Trim trailing whitespace

terry.reedy python-checkins at python.org
Sun Mar 17 20:31:03 CET 2013


http://hg.python.org/cpython/rev/5b5a9bceb228
changeset:   82715:5b5a9bceb228
branch:      3.2
parent:      82711:ff9636af9505
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Mar 17 15:28:10 2013 -0400
summary:
  Issue #17415: Trim trailing whitespace

files:
  Doc/library/os.path.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -218,7 +218,7 @@
    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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list