diff --git a/sphinx/errors.py b/sphinx/errors.py index 3e84b6b88..d84d8c4c6 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -129,5 +129,5 @@ class NoUri(Exception): class FiletypeNotFoundError(Exception): - "Raised by get_filetype() if a filename matches no source suffix." + """Raised by get_filetype() if a filename matches no source suffix.""" pass