mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
regex -> re
This commit is contained in:
parent
1eadb41036
commit
c0cc6351e5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
This module provides support for Unix shell-style wildcards, which are
|
||||
\emph{not} the same as Python's regular expressions (which are
|
||||
documented in the \code{regex} module). The special characters used
|
||||
documented in the \code{re} module). The special characters used
|
||||
in shell-style wildcards are:
|
||||
\begin{itemize}
|
||||
\item[\code{*}] matches everything
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
This module provides support for Unix shell-style wildcards, which are
|
||||
\emph{not} the same as Python's regular expressions (which are
|
||||
documented in the \code{regex} module). The special characters used
|
||||
documented in the \code{re} module). The special characters used
|
||||
in shell-style wildcards are:
|
||||
\begin{itemize}
|
||||
\item[\code{*}] matches everything
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue