From 7eb4b7d177adae5b5d0aefa6f54170b3967b2473 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 22 Jul 2005 21:49:32 +0000 Subject: Fix all wrong instances of "it's". --- Lib/SimpleXMLRPCServer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/SimpleXMLRPCServer.py') diff --git a/Lib/SimpleXMLRPCServer.py b/Lib/SimpleXMLRPCServer.py index 315ce840d7..5e39840dcb 100644 --- a/Lib/SimpleXMLRPCServer.py +++ b/Lib/SimpleXMLRPCServer.py @@ -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 -- cgit v1.2.1