From 2eb5f4e705d04332ac144858312e15f6f996934c Mon Sep 17 00:00:00 2001 From: Louis Maddox Date: Sun, 18 Jul 2021 18:37:01 +0100 Subject: [PATCH] Use triple quote docstrings consistently --- sphinx/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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