From 9c31216e4ca7583c4f3a9ffa85d74a82e0b1b1e1 Mon Sep 17 00:00:00 2001 From: raul-sq Date: Sat, 18 Jul 2026 10:54:34 +0200 Subject: [PATCH 1/4] Period added on line #24 --- Doc/library/concurrent.interpreters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index a7b115e5f6307dc..ddf9a35e8196ce4 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -21,7 +21,7 @@ thread) and calling a function in that execution context. For concurrency, interpreters themselves (and this module) don't provide much more than isolation, which on its own isn't useful. Actual concurrency is available separately through -:mod:`threads ` See `below `_ +:mod:`threads `. See `below `_ .. seealso:: From 73ef9bc3210c62019d578320db8214825b2297f4 Mon Sep 17 00:00:00 2001 From: raul-sq Date: Sat, 18 Jul 2026 11:28:36 +0200 Subject: [PATCH 2/4] Colon added on line #24 --- Doc/library/concurrent.interpreters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index ddf9a35e8196ce4..3ead086b0069f22 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -21,7 +21,7 @@ thread) and calling a function in that execution context. For concurrency, interpreters themselves (and this module) don't provide much more than isolation, which on its own isn't useful. Actual concurrency is available separately through -:mod:`threads `. See `below `_ +:mod:`threads `. See `below `_: .. seealso:: From de81f5afcf10f687145f6cb4ee8b7e1b77b09bf6 Mon Sep 17 00:00:00 2001 From: raul-sq Date: Sat, 18 Jul 2026 12:09:50 +0200 Subject: [PATCH 3/4] Further punctuation corrections. --- Doc/library/concurrent.interpreters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index 3ead086b0069f22..822fd87f34da36f 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -21,7 +21,7 @@ thread) and calling a function in that execution context. For concurrency, interpreters themselves (and this module) don't provide much more than isolation, which on its own isn't useful. Actual concurrency is available separately through -:mod:`threads `. See `below `_: +:mod:`threads ` - see `below `_. .. seealso:: From 2d6ac54cce2c19e171227011141db5d8d75a9bd9 Mon Sep 17 00:00:00 2001 From: raul-sq Date: Sat, 18 Jul 2026 12:22:37 +0200 Subject: [PATCH 4/4] Simple dash corrected into double dash --- Doc/library/concurrent.interpreters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/concurrent.interpreters.rst b/Doc/library/concurrent.interpreters.rst index 822fd87f34da36f..24e9eaea5cad4b3 100644 --- a/Doc/library/concurrent.interpreters.rst +++ b/Doc/library/concurrent.interpreters.rst @@ -21,7 +21,7 @@ thread) and calling a function in that execution context. For concurrency, interpreters themselves (and this module) don't provide much more than isolation, which on its own isn't useful. Actual concurrency is available separately through -:mod:`threads ` - see `below `_. +:mod:`threads ` -- see `below `_. .. seealso::