10000 Fix broken reference to Stack Overflow post · angellmethod/python-guide@2a9ac95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a9ac95

Browse files
committed
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".
1 parent e113bad commit 2a9ac95

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
@@ -456,6 +456,6 @@ Multiprocessing
456456
.. _`concurrent.futures`: https://docs.python.org/3/library/concurrent.futures.html
457457
.. _`Future`: https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future
458458
.. _`threading`: https://docs.python.org/3/library/threading.html
459-
.. _`stackoverflow post`: https://stackoverflow.com/questions/26688424/python-threads-are-printing-at-the-same-time-messing-up-the-text-output
459+
.. _`Stack Overflow post`: https://stackoverflow.com/questions/26688424/python-threads-are-printing-at-the-same-time-messing-up-the-text-output
460460
.. _`data race`: https://en.wikipedia.org/wiki/Race_condition
461461
.. _`Lock`: https://docs.python.org/3/library/threading.html#lock-objects

0 commit comments

Comments
 (0)
0