Skip to content

Commit

Permalink
Me fail English? That's unpossible!
Browse files Browse the repository at this point in the history
  • Loading branch information
barneygale committed Nov 26, 2023
1 parent 9977fe8 commit cacc0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class _PurePathBase:
This class *does not* provide several magic methods that are defined in
its subclass PurePath. They are: __fspath__, __bytes__, __reduce__,
__hash__, __eq__, __lt__, __le__, __gt__, __ge__. Its initializer and path
joining accepts only strings, and not os.PathLike objects more broadly.
joining methods accept only strings, not os.PathLike objects more broadly.
"""

__slots__ = (
Expand Down

0 comments on commit cacc0f3

Please sign in to comment.