8000 Merge pull request #998 from tbm/link · jpic/python-guide@3b83106 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b83106

Browse files
authored
Merge pull request realpython#998 from tbm/link
Fix broken reference to Stack Overflow post
2 parents 25b92ac + 2a9ac95 commit 3b83106

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