diff --git a/neutron_lib/rpc.py b/neutron_lib/rpc.py index bd9c3f726..5d938731e 100644 --- a/neutron_lib/rpc.py +++ b/neutron_lib/rpc.py @@ -239,9 +239,9 @@ def get_notifier(service=None, host=None, publisher_id=None): """Get a new notifier reference. :param service: The optional service for the notifier. - :param host: The optional host for the notifier. If not given the host + :param host: The optional host for the notifier. If not given, the host will be taken from the global CONF. - :param publisher_id: The optional publisher ID for the notifer. + :param publisher_id: The optional publisher ID for the notifier. :returns: A new RPC notifier reference. """ if NOTIFIER is None: