Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 25, 2022
1 parent 398dc58 commit c084515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domdf_python_tools/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class PathPlus(pathlib.Path):
"""
Subclass of :class:`pathlib.Path` with additional methods and a default encoding of UTF-8.
Path represents a filesystem path but unlike :class:`pathlib.PurePath`, also offers
Path represents a filesystem path but, unlike :class:`pathlib.PurePath`, also offers
methods to do system calls on path objects.
Depending on your system, instantiating a :class:`~.PathPlus` will return
either a :class:`~.PosixPathPlus` or a :class:`~.WindowsPathPlus`. object.
Expand Down

0 comments on commit c084515

Please sign in to comment.