mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
"boolean" --> "Boolean" (per the style guide).
This commit is contained in:
parent
0f0380a25f
commit
6c81e2a44f
4 changed files with 5 additions and 5 deletions
|
@ -473,7 +473,7 @@ docstrings. Since the example demonstrates information extraction, we
|
|||
can safely require that the tree be in tuple form rather than list
|
||||
form, allowing a simple variable representation to be
|
||||
\code{['variable_name']}. A simple recursive function can implement
|
||||
the pattern matching, returning a boolean and a dictionary of variable
|
||||
the pattern matching, returning a Boolean and a dictionary of variable
|
||||
name to value mappings. (See file \file{example.py}.)
|
||||
|
||||
\begin{verbatim}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue