mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make internal module references hyperlinks wherever it makes sense.
This commit is contained in:
parent
7b8b125fa6
commit
ffbe68723a
21 changed files with 103 additions and 100 deletions
|
|
@ -1,13 +1,13 @@
|
|||
\section{\module{string} ---
|
||||
Common string operations.}
|
||||
\declaremodule{standard}{string}
|
||||
Common string operations}
|
||||
|
||||
\declaremodule{standard}{string}
|
||||
\modulesynopsis{Common string operations.}
|
||||
|
||||
|
||||
This module defines some constants useful for checking character
|
||||
classes and some useful string functions. See the module
|
||||
\module{re}\refstmodindex{re} for string functions based on regular
|
||||
\refmodule{re}\refstmodindex{re} for string functions based on regular
|
||||
expressions.
|
||||
|
||||
The constants defined in this module are are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue