Commit 559ad5d4 authored by Brett Cannon's avatar Brett Cannon

Remove a stale reference to pathlib.PurePath.path

parent 3f9fbfcd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment