Minor correction to docstring

This commit is contained in:
Eric Torres 2019-03-30 16:49:47 -07:00
parent e41089010f
commit edee5b4201

View File

@ -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)