mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Logical markup.
This commit is contained in:
parent
806764bee4
commit
deb7e096d3
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
\section{\module{__builtin__} ---
|
||||
Built-in functions.}
|
||||
\declaremodule[builtin]{builtin}{__builtin__}
|
||||
Built-in functions}
|
||||
|
||||
\declaremodule[builtin]{builtin}{__builtin__}
|
||||
\modulesynopsis{The set of built-in functions.}
|
||||
|
||||
|
||||
This module provides direct access to all `built-in' identifiers of
|
||||
Python; e.g. \code{__builtin__.open} is the full name for the built-in
|
||||
function \code{open()}. See section \ref{built-in-funcs}, ``Built-in
|
||||
function \function{open()}. See section \ref{built-in-funcs}, ``Built-in
|
||||
Functions.''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue