diff options
author | George Yoshida <dynkin@gmail.com> | 2006-11-20 02:24:48 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-11-20 02:24:48 (GMT) |
commit | 942f5e786440d78a1287b403e94093490f6e8547 (patch) | |
tree | 09f608ea312dcb6cf91b2fe253bcd30101df9da7 /Doc | |
parent | 45e230a8e1a21f3ec2a65594292346002b69fe0e (diff) | |
download | cpython-942f5e786440d78a1287b403e94093490f6e8547.zip cpython-942f5e786440d78a1287b403e94093490f6e8547.tar.gz cpython-942f5e786440d78a1287b403e94093490f6e8547.tar.bz2 |
markup fix
Diffstat (limited to 'Doc')
-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 e3caab3..4fe7d9d 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -106,7 +106,7 @@ compatibility. New code should use \class{ServerProxy}. \versionchanged[Instances of new-style classes can be passed in if they have an \var{__dict__} attribute and don't have a base class -that is marshalled in a special way.}{2.6} +that is marshalled in a special way.]{2.6} \end{classdesc} |