Fix backticks for inline code in reST.
This commit is contained in:
parent
bea1b9b232
commit
4923829a92
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue