Fix all wrong instances of "it's".

This commit is contained in:
Georg Brandl 2005-07-22 21:49:32 +00:00
parent 08c02dbb85
commit 7eb4b7d177
21 changed files with 34 additions and 34 deletions

View file

@ -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