mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix all wrong instances of "it's".
This commit is contained in:
parent
08c02dbb85
commit
7eb4b7d177
21 changed files with 34 additions and 34 deletions
|
@ -170,7 +170,7 @@ class SimpleXMLRPCDispatcher:
|
|||
|
||||
If the registered instance has a _dispatch method then that
|
||||
method will be called with the name of the XML-RPC method and
|
||||
it's parameters as a tuple
|
||||
its parameters as a tuple
|
||||
e.g. instance._dispatch('add',(2,3))
|
||||
|
||||
If the registered instance does not have a _dispatch method
|
||||
|
@ -371,7 +371,7 @@ class SimpleXMLRPCDispatcher:
|
|||
|
||||
If the registered instance has a _dispatch method then that
|
||||
method will be called with the name of the XML-RPC method and
|
||||
it's parameters as a tuple
|
||||
its parameters as a tuple
|
||||
e.g. instance._dispatch('add',(2,3))
|
||||
|
||||
If the registered instance does not have a _dispatch method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue