diff options
Diffstat (limited to 'sphinx/ext/doctest.py')
-rw-r--r-- | sphinx/ext/doctest.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py index c1d3c5dd0..8a7b94a93 100644 --- a/sphinx/ext/doctest.py +++ b/sphinx/ext/doctest.py @@ -1,5 +1,6 @@ -"""Mimic doctest by automatically executing code snippets and checking -their results. +"""Mimic doctest in Sphinx. + +The extension automatically execute code snippets and checks their results. :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. |