Skip to content

Commit 479eeae

Browse files
authored
Review 2
1 parent 20fc71a commit 479eeae

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
@@ -356,7 +356,7 @@ their contained methods and nested classes.
356356
classes) are automatically discovered by ``doctest``.
357357

358358
Classes or functions defined inside functions cannot be discovered,
359-
because their definitions depend on the runtime state of the enclosing
359+
because their definitions depend on the state of the enclosing
360360
function. To make them discoverable, define them outside of
361361
the enclosing function.
362362

0 commit comments

Comments
 (0)