[New-bugs-announce] [issue5927] Typo in library on xmlrpc

Jonathan Hayward report at bugs.python.org
Mon May 4 21:30:49 CEST 2009


New submission from Jonathan Hayward <jonathan.hayward at pobox.com>:

On http://docs.python.org/library/xmlrpclib.html , 21.23.1, at the end
of ServerProxy.system.methodSignature(name):

If no signature is defined for the method, a non-array value is
returned. In Python this means that the type of the returned value will
be something other that list.

I assume this should be:

If no signature is defined for the method, a non-array value is
returned. In Python this means that the type of the returned value will
be something other than list.

reading 'thaN' for 'thaT' in the second-to-last word?

Jonathan
http://JonathansCorner.com

----------
assignee: georg.brandl
components: Documentation
messages: 87156
nosy: JonathansCorner.com, georg.brandl
severity: normal
status: open
title: Typo in library on xmlrpc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5927>
_______________________________________


More information about the New-bugs-announce mailing list