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
cca3af3b
Commit
cca3af3b
authored
Aug 18, 2005
by
Walter Dörwald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo (fixes SF bug #1263086).
parent
d8e13386
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/lib/libsimplexmlrpc.tex
Doc/lib/libsimplexmlrpc.tex
+1
-1
No files found.
Doc/lib/libsimplexmlrpc.tex
View file @
cca3af3b
...
...
@@ -61,7 +61,7 @@ simple, stand alone XML-RPC servers.
not been registered using
\method
{
register
_
function()
}
. If
\var
{
instance
}
contains a
\method
{_
dispatch()
}
method, it is called
with the requested method name and the parameters from the request. Its
API is
\code
{
def
\method
{_
dispatch
}
(self, method, params)
}
(note tha
API is
\code
{
def
\method
{_
dispatch
}
(self, method, params)
}
(note tha
t
\var
{
params
}
does not represent a variable argument list). If it calls an
underlying function to perform its task, that function is called as
\code
{
func(*params)
}
, expanding the parameter list.
...
...
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