Skip to content

Commit e663bf6

Browse files
Fix indentation in 'see also'.
The only necessary tweak was deleting one space from the line with the comment '.. XXX Add references...' because the four spaces were making the whole thing be interpreted as a blockquote. See more: https://stackoverflow.com/a/4783854
1 parent 37827c1 commit e663bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Actual concurrency is available separately through
2929
.. seealso::
3030

3131
:class:`~concurrent.futures.InterpreterPoolExecutor`
32-
combines threads with interpreters in a familiar interface.
32+
Combines threads with interpreters in a familiar interface.
3333

34-
.. XXX Add references to the upcoming HOWTO docs in the seealso block.
34+
.. XXX Add references to the upcoming HOWTO docs in the seealso block.
3535
3636
:ref:`isolating-extensions-howto`
37-
how to update an extension module to support multiple interpreters
37+
How to update an extension module to support multiple interpreters.
3838

3939
:pep:`554`
4040

0 commit comments

Comments
 (0)