Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f5f045e4
Commit
f5f045e4
authored
May 04, 2009
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#5927, 5928: typos.
parent
2ca9be4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/xmlrpclib.rst
Doc/library/xmlrpclib.rst
+2
-2
No files found.
Doc/library/xmlrpclib.rst
View file @
f5f045e4
...
@@ -160,7 +160,7 @@ grouped under the reserved :attr:`system` member:
...
@@ -160,7 +160,7 @@ grouped under the reserved :attr:`system` member:
.. method:: ServerProxy.system.methodSignature(name)
.. method:: ServerProxy.system.methodSignature(name)
This method takes one parameter, the name of a method implemented by the XML-RPC
This method takes one parameter, the name of a method implemented by the XML-RPC
server.It returns an array of possible signatures for this method. A signature
server.
It returns an array of possible signatures for this method. A signature
is an array of types. The first of these types is the return type of the method,
is an array of types. The first of these types is the return type of the method,
the rest are parameters.
the rest are parameters.
...
@@ -174,7 +174,7 @@ grouped under the reserved :attr:`system` member:
...
@@ -174,7 +174,7 @@ grouped under the reserved :attr:`system` member:
If no signature is defined for the method, a non-array value is returned. In
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
Python this means that the type of the returned value will be something other
tha
t
list.
tha
n
list.
.. method:: ServerProxy.system.methodHelp(name)
.. method:: ServerProxy.system.methodHelp(name)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment