diff options
author | George Yoshida <dynkin@gmail.com> | 2006-04-18 16:18:15 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-04-18 16:18:15 (GMT) |
commit | e7670a329e0d38c6c1497208590856ce21df5095 (patch) | |
tree | e1897d1eb38131aa34b8fd660ed2c6c69e124113 /Doc/lib/libxmlrpclib.tex | |
parent | 54ddd23987f40e4318e20c6eef87009727be9f76 (diff) | |
download | cpython-e7670a329e0d38c6c1497208590856ce21df5095.zip cpython-e7670a329e0d38c6c1497208590856ce21df5095.tar.gz cpython-e7670a329e0d38c6c1497208590856ce21df5095.tar.bz2 |
fix typo
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 2262ee9..1c36f99 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -203,7 +203,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). +This class may be initialized from string data (which may include NULs). The primary access to the content of a \class{Binary} object is provided by an attribute: |