From fa866339e768cb49af4ee62c9c721efd993ab181 Mon Sep 17 00:00:00 2001 From: Manish Godara Date: Wed, 2 Apr 2014 09:30:43 -0700 Subject: [PATCH] update doc string - correct typo Change-Id: I70503293cdd17a520dd9ec66ee297f2d36added6 --- neutron/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/manager.py b/neutron/manager.py index 96ff94ae8..1fade54da 100644 --- a/neutron/manager.py +++ b/neutron/manager.py @@ -86,7 +86,7 @@ class NeutronManager(object): """Neutron's Manager class. Neutron's Manager class is responsible for parsing a config file and - instantiating the correct plugin that concretely implement + instantiating the correct plugin that concretely implements neutron_plugin_base class. The caller should make sure that NeutronManager is a singleton. """ -- 2.45.2