From d67b70bdbb3277babd130dd4914f16de8ba8a9b5 Mon Sep 17 00:00:00 2001 From: Ionite Date: Mon, 28 Nov 2022 09:13:43 +0800 Subject: Docstring phrasing update Co-authored-by: Mark <1515135+MarkKoz@users.noreply.github.com> --- tests/test_libmount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_libmount.py') 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: -- cgit v1.2.3