Kaydet (Commit) e1ff2141 authored tarafından Georg Brandl's avatar Georg Brandl

Punctuation fix.

üst 905aed9a
...@@ -163,7 +163,7 @@ class SimpleXMLRPCDispatcher: ...@@ -163,7 +163,7 @@ class SimpleXMLRPCDispatcher:
This class is used to register XML-RPC method handlers This class is used to register XML-RPC method handlers
and then to dispatch them. This class doesn't need to be and then to dispatch them. This class doesn't need to be
instanced directly when used by SimpleXMLRPCServer but it 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): def __init__(self, allow_none=False, encoding=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment