We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e643b2 commit e602c5fCopy full SHA for e602c5f
1 file changed
docs/scenarios/speed.rst
@@ -4,7 +4,7 @@ Speed
4
CPython, the most commonly used implementation of Python, is slow for CPU bound
5
tasks. `PyPy`_ is fast.
6
7
-Using a slightly modified version of `David Beazleys`_ CPU bound test code
+Using a slightly modified version of `David Beazley's`_ CPU bound test code
8
(added loop for multiple tests), you can see the difference between CPython
9
and PyPy's processing.
10
@@ -247,4 +247,4 @@ Multiprocessing
247
.. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf
248
.. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf
249
.. _`Special care`: http://docs.python.org/c-api/init.html#threads
250
-.. _`David Beazleys`: http://www.dabeaz.com/GIL/gilvis/measure2.py
+.. _`David Beazley's`: http://www.dabeaz.com/GIL/gilvis/measure2.py
0 commit comments