From 1fe44f83da2519d4029e2a828e92854432de1aae Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kipp.cannon@ligo.org> Date: Wed, 25 Oct 2017 22:02:22 -0500 Subject: [PATCH] servicediscovery.py: fix typos in docs --- gstlal/python/servicediscovery.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstlal/python/servicediscovery.py b/gstlal/python/servicediscovery.py index 1923822364..33e9fc9d20 100644 --- a/gstlal/python/servicediscovery.py +++ b/gstlal/python/servicediscovery.py @@ -86,7 +86,7 @@ class Publisher(object): is advertised correctly on machines with multiple interfaces. - If properties is not None is must be a dictionary of + If properties is not None it must be a dictionary of name-value pairs all of which are strings. "=" is not allowed in any of the names. """ @@ -128,7 +128,7 @@ class Publisher(object): class Listener(object): """ Parent class for Listener implementations. Each method corresponds - to a event type. Subclasses override the desired methods with the + to an event type. Subclasses override the desired methods with the code to be invoked upon those events. The default methods are all no-ops. An instance of a Listener implementation is required to initialize a ServiceBrowser. -- GitLab