"boolean" --> "Boolean" (per the style guide).

This commit is contained in:
Fred Drake 2001-10-01 17:04:10 +00:00
parent 0f0380a25f
commit 6c81e2a44f
4 changed files with 5 additions and 5 deletions

View file

@ -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}