From 2a9ac95853cbf81714654a13dedae8f353e6d87d Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sun, 12 May 2019 23:05:05 +0800 Subject: [PATCH] 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". --- docs/scenarios/speed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 1ac16b0..e99b18f 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -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