Minor update to docstring
This commit is contained in:
parent
a2f8646787
commit
6d4bc32c4e
@ -77,6 +77,8 @@ class Snapshot(Hierarchy):
|
|||||||
>>> s = Snapshot('backup/data/snapshot-new')
|
>>> s = Snapshot('backup/data/snapshot-new')
|
||||||
>>> s.pkg_dir
|
>>> s.pkg_dir
|
||||||
PosixPath('backup/data/snapshot-new/pkg')
|
PosixPath('backup/data/snapshot-new/pkg')
|
||||||
|
|
||||||
|
:rtype: path-like object
|
||||||
"""
|
"""
|
||||||
return self.path / "pkg"
|
return self.path / "pkg"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user