From c084515ed9b03e82dfd6aeac7c3dbb0b2cf5129c Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 25 Apr 2022 12:18:11 +0100 Subject: [PATCH] Fix typo. --- domdf_python_tools/paths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domdf_python_tools/paths.py b/domdf_python_tools/paths.py index 6efbbdcc..e7486d37 100644 --- a/domdf_python_tools/paths.py +++ b/domdf_python_tools/paths.py @@ -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.