Skip to content

Commit c084515

Browse files
committed
Fix typo.
1 parent 398dc58 commit c084515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/paths.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class PathPlus(pathlib.Path):
375375
"""
376376
Subclass of :class:`pathlib.Path` with additional methods and a default encoding of UTF-8.
377377
378-
Path represents a filesystem path but unlike :class:`pathlib.PurePath`, also offers
378+
Path represents a filesystem path but, unlike :class:`pathlib.PurePath`, also offers
379379
methods to do system calls on path objects.
380380
Depending on your system, instantiating a :class:`~.PathPlus` will return
381381
either a :class:`~.PosixPathPlus` or a :class:`~.WindowsPathPlus`. object.

0 commit comments

Comments
 (0)