We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398dc58 commit c084515Copy full SHA for c084515
domdf_python_tools/paths.py
@@ -375,7 +375,7 @@ class PathPlus(pathlib.Path):
375
"""
376
Subclass of :class:`pathlib.Path` with additional methods and a default encoding of UTF-8.
377
378
- Path represents a filesystem path but unlike :class:`pathlib.PurePath`, also offers
+ Path represents a filesystem path but, unlike :class:`pathlib.PurePath`, also offers
379
methods to do system calls on path objects.
380
Depending on your system, instantiating a :class:`~.PathPlus` will return
381
either a :class:`~.PosixPathPlus` or a :class:`~.WindowsPathPlus`. object.
0 commit comments