aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_libmount.py
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-11-28 09:13:43 +0800
committerGravatar GitHub <[email protected]>2022-11-28 09:13:43 +0800
commitd67b70bdbb3277babd130dd4914f16de8ba8a9b5 (patch)
treec1af2fdd12454f97344343276bcdec270d53703c /tests/test_libmount.py
parentDocstring update (diff)
Docstring phrasing update
Co-authored-by: Mark <[email protected]>
Diffstat (limited to 'tests/test_libmount.py')
-rw-r--r--tests/test_libmount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_libmount.py b/tests/test_libmount.py
index 8e56970..a9a5e5b 100644
--- a/tests/test_libmount.py
+++ b/tests/test_libmount.py
@@ -15,7 +15,7 @@ class LibMountTests(TestCase):
@contextmanager
def get_mount(self):
- """Yields a valid mount point, unmounts after context."""
+ """Yield a valid mount point and unmount after context."""
path = self.temp_dir / str(uuid4())
path.mkdir()
try: