Skip to content

Commit

Permalink
Update docstring to reference Traversable.
Browse files Browse the repository at this point in the history
Remove claim of "pathlib-compatible", which was more of an aspiration than a promise.

Ref #110
  • Loading branch information
jaraco committed Jun 3, 2024
1 parent 6d1cb72 commit 7d2b55b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zipp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ def _extract_text_encoding(encoding=None, *args, **kwargs):

class Path:
"""
A pathlib-compatible interface for zip files.
A :class:`importlib.resources.abc.Traversable` interface for zip files.
Implements many of the features users enjoy from
:class:`pathlib.Path`.
Consider a zip file with this structure::
Expand Down

0 comments on commit 7d2b55b

Please sign in to comment.