Skip to content

Commit 33b428b

Browse files
author
tommy3001
committed
misspelling in description
1 parent d308300 commit 33b428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scenarios/speed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ With the module `pyximport` you are able to import Cython `*.pyx` files, in this
181181
version of the primes function.
182182
The `pyximport.install()` command allows the Python interpreter to start the Cython compiler directly to generate C-code,
183183
which is automatically compiled to a `*.so` C-library. ... and Cython is able to import this library for you in your Python-code.
184-
Very easy and very efficient. With the `time.time()` function you are able to compare the time between this 2 different calls to find 500 prime numbers.
184+
Very easy and very efficient. With the `time.time()` function you are able to compare the time between these 2 different calls to find 500 prime numbers.
185185

186186
On a standard notebook (dualcore AMD E-450 1,6 GHz) the measured values are:
187187

0 commit comments

Comments
 (0)