diff --git a/src/pyinfra/facts/files.py b/src/pyinfra/facts/files.py index 7b15e5d7e..0f019068b 100644 --- a/src/pyinfra/facts/files.py +++ b/src/pyinfra/facts/files.py @@ -664,8 +664,7 @@ def process(self, output): class FileContents(FactBase): """ - Returns the contents of a file as a list of lines. Works with both sha1sum and sha1. Returns - ``None`` if the file doest not exist. + Returns the contents of a file as a list of lines. Returns ``None`` if the file does not exist. """ @override