Minor correction to docstring
This commit is contained in:
parent
e41089010f
commit
edee5b4201
@ -46,7 +46,7 @@ class Hierarchy:
|
|||||||
PosixPath('backup')
|
PosixPath('backup')
|
||||||
|
|
||||||
:param dest: the root directory of the backup hierarchy
|
:param dest: the root directory of the backup hierarchy
|
||||||
:type dest: str, path-like object
|
:type dest: str or path-like object
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
self._path = Path(dest)
|
self._path = Path(dest)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user