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

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


http://hg.python.org/cpython/rev/44b9f59c6ea7
changeset: 82718:44b9f59c6ea7
branch: 2.7
parent: 82713:bceb81b0016e
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
@@ -223,7 +223,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

AltStyle によって変換されたページ (->オリジナル) /