projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e50fb3
)
Issue #17415: Trim trailing whitespace
author
Terry Jan Reedy
<tjreedy@udel.edu>
Sun, 17 Mar 2013 19:28:10 +0000
(15:28 -0400)
committer
Terry Jan Reedy
<tjreedy@udel.edu>
Sun, 17 Mar 2013 19:28:10 +0000
(15:28 -0400)
Doc/library/os.path.rst
patch
|
blob
|
history
diff --git
a/Doc/library/os.path.rst
b/Doc/library/os.path.rst
index dac479a0b720da7466b86f3842a2161f9cc7fe7e..5e245d0df5ba49ea73ac7ae77c587edda81112e5 100644
(file)
--- a/
Doc/library/os.path.rst
+++ b/
Doc/library/os.path.rst
@@
-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)