Skip to content

Commit 702fbbb

Browse files
committed
DOC: mention # may vary allowed at both source and want
1 parent 4e5cb07 commit 702fbbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Its main features are
4848
>>> np.random.randint(100)
4949
42 # may vary
5050
```
51-
Note that the markers (by default, `"# may vary"` and `"# random"`) are applied
52-
to an example's output, not its source.
51+
Note that the markers (by default, `"# may vary"` and `"# random"`) can be applied
52+
to either an example's output, or its source.
5353

5454
Also note a difference with respect to the standard `# doctest: +SKIP`: the latter
5555
skips the example entirely, while these additional markers only skip checking

0 commit comments

Comments
 (0)