Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Maddox <lmmx@users.noreply.github.com>2021-07-18 20:37:01 +0300
committerGitHub <noreply@github.com>2021-07-18 20:37:01 +0300
commit2eb5f4e705d04332ac144858312e15f6f996934c (patch)
treedf8e6af9debe6493e402ad14910fb3d436cd2d69 /sphinx/errors.py
parentb043e5b88db464e773e613a2f5a4c53929776efe (diff)
Use triple quote docstrings consistently
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