mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Punctuation fix.
This commit is contained in:
parent
905aed9ad8
commit
e1ff214139
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class SimpleXMLRPCDispatcher:
|
|||
This class is used to register XML-RPC method handlers
|
||||
and then to dispatch them. This class doesn't need to be
|
||||
instanced directly when used by SimpleXMLRPCServer but it
|
||||
can be instanced when used by the MultiPathXMLRPCServer
|
||||
can be instanced when used by the MultiPathXMLRPCServer.
|
||||
"""
|
||||
|
||||
def __init__(self, allow_none=False, encoding=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue