mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
New section header style.
Fix up a few synopses.
This commit is contained in:
parent
62e436955b
commit
295da24eaf
126 changed files with 364 additions and 209 deletions
|
|
@ -1,7 +1,8 @@
|
|||
\section{Built-in Module \module{thread}}
|
||||
\section{\module{thread} ---
|
||||
Multiple threads of control.}
|
||||
\declaremodule{builtin}{thread}
|
||||
|
||||
\modulesynopsis{Create multiple threads of control within one namespace.}
|
||||
\modulesynopsis{Create multiple threads of control within one interpreter.}
|
||||
|
||||
|
||||
This module provides low-level primitives for working with multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue