summaryrefslogtreecommitdiff
path: root/lbup/_mountinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lbup/_mountinfo.py')
-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