Skip to content

Commit 6387f5d

Browse files
committed
Merge branch 'pr/614'
Closes #614
2 parents c4acda4 + e602c5f commit 6387f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/speed.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Speed
44
CPython, the most commonly used implementation of Python, is slow for CPU bound
55
tasks. `PyPy`_ is fast.
66

7-
Using a slightly modified version of `David Beazleys`_ CPU bound test code
7+
Using a slightly modified version of `David Beazley's`_ CPU bound test code
88
(added loop for multiple tests), you can see the difference between CPython
99
and PyPy's processing.
1010

@@ -247,4 +247,4 @@ Multiprocessing
247247
.. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf
248248
.. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf
249249
.. _`Special care`: http://docs.python.org/c-api/init.html#threads
250-
.. _`David Beazleys`: http://www.dabeaz.com/GIL/gilvis/measure2.py
250+
.. _`David Beazley's`: http://www.dabeaz.com/GIL/gilvis/measure2.py

0 commit comments

Comments
 (0)