We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fc71a commit 479eeaeCopy full SHA for 479eeae
Doc/library/doctest.rst
@@ -356,7 +356,7 @@ their contained methods and nested classes.
356
classes) are automatically discovered by ``doctest``.
357
358
Classes or functions defined inside functions cannot be discovered,
359
- because their definitions depend on the runtime state of the enclosing
+ because their definitions depend on the state of the enclosing
360
function. To make them discoverable, define them outside of
361
the enclosing function.
362
0 commit comments