summaryrefslogtreecommitdiff
path: root/lbup
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-10-15 06:56:09 +0200
committerAnton Khirnov <anton@khirnov.net>2023-10-15 06:56:22 +0200
commit0fa705c1171557e59f0c35eb14e42f7d5efec326 (patch)
tree344bf1aa9b5b3b2d1b91e39ca4cae08744b5bcda /lbup
parent9965a2d2cbb97f51cb5eca6bffd7eae2762ee30a (diff)
_mountinfo: fix types in docstrings
Diffstat (limited to 'lbup')
-rw-r--r--lbup/_mountinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lbup/_mountinfo.py b/lbup/_mountinfo.py
index 673378a..35be209 100644
--- a/lbup/_mountinfo.py
+++ b/lbup/_mountinfo.py
@@ -31,9 +31,9 @@ class _MountEntry:
devnum = None
"device number, int"
root = None
- "root of the mount, bytes"
+ "root of the mount, AbsPath"
mount_point = None
- "path where the fs is mounted, bytes"
+ "path where the fs is mounted, AbsPath"
mount_opts = None
"mount options bytes"
opt_fields = None