mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use triple quote docstrings consistently
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user