From: Brett Cannon Date: Fri, 24 Jun 2016 19:22:14 +0000 (-0700) Subject: Remove a stale reference to pathlib.PurePath.path X-Git-Tag: v3.6.0a3~81^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=559ad5d401229399e7bc887b62a87d9f69206fa6;p=thirdparty%2FPython%2Fcpython.git Remove a stale reference to pathlib.PurePath.path --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 7b26953ade5a..e73d8eee35d5 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2053,9 +2053,8 @@ features: Note that there is a nice correspondence between several attributes and methods of ``DirEntry`` and of :class:`pathlib.Path`. In - particular, the ``name`` and ``path`` attributes have the same - meaning, as do the ``is_dir()``, ``is_file()``, ``is_symlink()`` - and ``stat()`` methods. + particular, the ``name`` attribute has the same meaning, as do the + ``is_dir()``, ``is_file()``, ``is_symlink()`` and ``stat()`` methods. .. versionadded:: 3.5