From: Terry Jan Reedy Date: Sun, 17 Mar 2013 19:28:10 +0000 (-0400) Subject: Issue #17415: Trim trailing whitespace X-Git-Tag: v3.2.4rc1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3460414d56500b8ff551515ac7fed78b49e33c9;p=thirdparty%2FPython%2Fcpython.git Issue #17415: Trim trailing whitespace --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 7a17d2384535..32c48eb750e9 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -218,7 +218,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)