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 4e5cb07 commit 702fbbbCopy full SHA for 702fbbb
README.md
@@ -48,8 +48,8 @@ Its main features are
48
>>> np.random.randint(100)
49
42 # may vary
50
```
51
-Note that the markers (by default, `"# may vary"` and `"# random"`) are applied
52
-to an example's output, not its source.
+Note that the markers (by default, `"# may vary"` and `"# random"`) can be applied
+to either an example's output, or its source.
53
54
Also note a difference with respect to the standard `# doctest: +SKIP`: the latter
55
skips the example entirely, while these additional markers only skip checking
0 commit comments