Skip to content

Commit f531ebd

Browse files
committed
Typo
1 parent 7b8d545 commit f531ebd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ Novice
175175
176176
10. Create a random vector of size 1000 and find the mean value
177177

178-
.. code:: python
178+
.. code:: python
179179
180-
Z = np.random.random(1000)
181-
m = Z.mean()
180+
Z = np.random.random(1000)
181+
m = Z.mean()
182182
183183
184184
@@ -285,9 +285,9 @@ Apprentice
285285
286286
10. Find the nearest value from a given value in an array
287287

288-
.. code:: python
288+
.. code:: python
289289
290-
Z.flat[np.abs(Z - z).argmin()]
290+
Z.flat[np.abs(Z - z).argmin()]
291291
292292
293293

0 commit comments

Comments
 (0)