Fix broken reference to Stack Overflow post

This fixes the following build warning:

    python-guide/docs/scenarios/speed.rst:397: WARNING: Unknown target name: "stack overflow post".
This commit is contained in:
Martin Michlmayr
2019-05-12 23:05:05 +08:00
parent e113bad35b
commit 2a9ac95853
+1 -1
View File
@@ -456,6 +456,6 @@ Multiprocessing
.. _`concurrent.futures`: https://docs.python.org/3/library/concurrent.futures.html
.. _`Future`: https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future
.. _`threading`: https://docs.python.org/3/library/threading.html
.. _`stackoverflow post`: https://stackoverflow.com/questions/26688424/python-threads-are-printing-at-the-same-time-messing-up-the-text-output
.. _`Stack Overflow post`: https://stackoverflow.com/questions/26688424/python-threads-are-printing-at-the-same-time-messing-up-the-text-output
.. _`data race`: https://en.wikipedia.org/wiki/Race_condition
.. _`Lock`: https://docs.python.org/3/library/threading.html#lock-objects