mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
This commit is contained in:
parent
c9a4438c16
commit
cce1090d49
129 changed files with 705 additions and 703 deletions
|
@ -188,7 +188,7 @@ shared libraries is highly system dependent, and not all systems
|
|||
support it.)
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{load_source}{name\, pathname\, file}
|
||||
\begin{funcdesc}{load_source}{name, pathname, file}
|
||||
Load and initialize a module implemented as a Python source file and
|
||||
return its module object. If the module was already initialized, it
|
||||
will be initialized \emph{again}. The \var{name} argument is used to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue