From: Manish Godara Date: Wed, 2 Apr 2014 16:30:43 +0000 (-0700) Subject: update doc string - correct typo X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fa866339e768cb49af4ee62c9c721efd993ab181;p=openstack-build%2Fneutron-build.git update doc string - correct typo Change-Id: I70503293cdd17a520dd9ec66ee297f2d36added6 --- 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. """