Skip to content

Commit 13d950e

Browse files
committed
Typo
1 parent 301a77d commit 13d950e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02-introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ things faster:
102102
>>> timeit("random_walk_faster(n=10000)]", globals())
103103
10 loops, best of 3: 8.21 msec per loop
104104
105-
We gained 50% of computation-time compared to the previous version which is
106-
already good, but this new version makes numpy vectorization super simple, we
107-
just have to translate it into numpy methods.
105+
We gained 50% of computation-time compared to the previous version, not so
106+
bad. But the advantage of this new version is that it makes numpy vectorization
107+
super simple. We just have to translate itertools call into numpy ones.
108108

109109
.. code:: python
110110

0 commit comments

Comments
 (0)