From 271e56e88740cdcc2a6bddbd0894aec25f984f4e Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 17 Mar 2013 15:28:10 -0400 Subject: Issue #17415: Trim trailing whitespace --- Doc/library/os.path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index dac479a..5e245d0 100644 --- 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) -- cgit v0.12