diff --git a/ipython_directive.rst b/ipython_directive.rst index 5ac6f11..3dab7fe 100644 --- a/ipython_directive.rst +++ b/ipython_directive.rst @@ -106,16 +106,16 @@ suppress the seed line so it doesn't show up in the rendered output @doctest In [3]: numpy.random.rand(10, 2) Out[3]: - array([[ 0.64524308, 0.59943846], - [ 0.47102322, 0.8715456 ], - [ 0.29370834, 0.74776844], - [ 0.99539577, 0.1313423 ], - [ 0.16250302, 0.21103583], - [ 0.81626524, 0.1312433 ], - [ 0.67338089, 0.72302393], - [ 0.7566368 , 0.07033696], - [ 0.22591016, 0.77731835], - [ 0.0072729 , 0.34273127]]) + array([[0.64524308, 0.59943846], + [0.47102322, 0.8715456 ], + [0.29370834, 0.74776844], + [0.99539577, 0.1313423 ], + [0.16250302, 0.21103583], + [0.81626524, 0.1312433 ], + [0.67338089, 0.72302393], + [0.7566368 , 0.07033696], + [0.22591016, 0.77731835], + [0.0072729 , 0.34273127]]) Another demonstration of multi-line input and output