From 0fa705c1171557e59f0c35eb14e42f7d5efec326 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 15 Oct 2023 06:56:09 +0200 Subject: _mountinfo: fix types in docstrings --- lbup/_mountinfo.py | 4 ++-- 1 file 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 -- cgit v1.2.3