Skip to content

Commit 25efc38

Browse files
authored
Use note admonition instead of warning
1 parent f07862c commit 25efc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/doctest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ searches them recursively for docstrings, which are then scanned for tests.
350350
Any classes found are recursively searched similarly, to test docstrings in
351351
their contained methods and nested classes.
352352

353-
.. warning::
353+
.. note::
354354

355355
Only classes and functions defined at the module level (or inside other
356356
classes) are automatically discovered by ``doctest``.

0 commit comments

Comments
 (0)