diff options
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index a285c16..957a25b 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -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} |