Fix backticks for inline code in reST.

This commit is contained in:
Berry Schoenmakers 2021-01-02 12:43:35 +01:00
parent bea1b9b232
commit 4923829a92
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Make module `asyncio.__main__` importable, adding function
`main(preamble=())` for easy customization of the async REPL. The preamble
Make module ``asyncio.__main__`` importable, adding function
``main(preamble=())`` for easy customization of the async REPL. The preamble
specifies the lines of code that will be executed at the start of the async
REPL.