diff --git a/docs/rmlint.1.rst b/docs/rmlint.1.rst index 136ef745..296fe0a7 100644 --- a/docs/rmlint.1.rst +++ b/docs/rmlint.1.rst @@ -18,7 +18,7 @@ DESCRIPTION =========== ``rmlint`` finds space waste and other broken things on your filesystem. -It's main focus lies on finding duplicate files and directories. +Its main focus lies on finding duplicate files and directories. It is able to find the following types of lint: diff --git a/tests/test_mains/test_dedupe.py b/tests/test_mains/test_dedupe.py index 93fca384..3a8e2a94 100644 --- a/tests/test_mains/test_dedupe.py +++ b/tests/test_mains/test_dedupe.py @@ -45,7 +45,7 @@ def is_on_reflink_fs(path): print("{0} is {1} mounted at {2}".format(path, part.fstype, part.mountpoint)) return (part.fstype in REFLINK_CAPABLE_FILESYSTEMS) - print("No mountpoint found for {0}", path) + print("No mountpoint found for {}".format(path)) return False