fix various typos; thanks, George Yoshida!

(closes SF patch #952047)
This commit is contained in:
Fred Drake 2004-05-12 03:07:27 +00:00
parent f72de0fb8c
commit bb066cf841
6 changed files with 6 additions and 6 deletions

View file

@ -190,7 +190,7 @@ It also supports certain of Python's built-in operators through
\subsection{Binary Objects \label{binary-objects}}
This class may initialized from string data (which may include NULs).
The primary acess to the content of a \class{Binary} object is
The primary access to the content of a \class{Binary} object is
provided by an attribute:
\begin{memberdesc}[Binary]{data}