summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py2
1 files changed, 1 insertions, 1 deletions
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