Kaydet (Commit) 395e8e48 authored tarafından Fred Drake's avatar Fred Drake

Capitalize "Python" for consistency.

Describe UserDict and UserList individually so they aren't too hideous in
the presentation.
üst 7932a6bf
...@@ -14,11 +14,13 @@ environment. Here's an overview: ...@@ -14,11 +14,13 @@ environment. Here's an overview:
--- Names for all built-in types. --- Names for all built-in types.
\item[UserDict] \item[UserDict]
--- Class wrapper for dictionary objects.
\item[UserList] \item[UserList]
--- Class wrappers for dictionary and list objects. --- Class wrapper for list objects.
\item[operator] \item[operator]
--- All python's standard operators as built-in functions. --- All Python's standard operators as built-in functions.
\item[traceback] \item[traceback]
--- Print or retrieve a stack traceback. --- Print or retrieve a stack traceback.
......
...@@ -14,11 +14,13 @@ environment. Here's an overview: ...@@ -14,11 +14,13 @@ environment. Here's an overview:
--- Names for all built-in types. --- Names for all built-in types.
\item[UserDict] \item[UserDict]
--- Class wrapper for dictionary objects.
\item[UserList] \item[UserList]
--- Class wrappers for dictionary and list objects. --- Class wrapper for list objects.
\item[operator] \item[operator]
--- All python's standard operators as built-in functions. --- All Python's standard operators as built-in functions.
\item[traceback] \item[traceback]
--- Print or retrieve a stack traceback. --- Print or retrieve a stack traceback.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment