]> granicus.if.org Git - python/commitdiff
Remove a stale reference to pathlib.PurePath.path
authorBrett Cannon <brett@python.org>
Fri, 24 Jun 2016 19:22:14 +0000 (12:22 -0700)
committerBrett Cannon <brett@python.org>
Fri, 24 Jun 2016 19:22:14 +0000 (12:22 -0700)
Doc/library/os.rst

index 7b26953ade5a68529e4122af252e8cce94a1fb9c..e73d8eee35d5290f776d79ea2ab791f4e3890412 100644 (file)
@@ -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