File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ will be rendered as
28
28
Out[137]: 8
29
29
30
30
.. note ::
31
-
31
+
32
32
This tutorial should be read side-by-side with the Sphinc source
33
33
for this document (see :ref: `ipython_literal `) because otherwise
34
34
you will see only the rendered output and not the code that
35
35
generated it. Excepting the example above, we will not in general
36
36
be showing the liuteral rest in this document that generates the
37
37
rendered output.
38
-
38
+
39
39
40
40
The state from previous sessions is stored, and standard error is
41
41
trapped. At doc build time, ipython's output and std err will be
@@ -118,7 +118,7 @@ suppress the seed line so it doesn't show up in the rendered output
118
118
In [134]: numpy.random.seed(2358)
119
119
120
120
@doctest
121
- In [135]: np .random.rand(10,2)
121
+ In [135]: numpy .random.rand(10,2)
122
122
Out[135]:
123
123
array([[ 0.64524308, 0.59943846],
124
124
[ 0.47102322, 0.8715456 ],
@@ -286,4 +286,3 @@ Sphinx source for this tutorial
286
286
====================================
287
287
288
288
.. literalinclude :: ipython_directive.rst
289
-
You can’t perform that action at this time.
0 commit comments