update doc string - correct typo

Change-Id: I70503293cdd17a520dd9ec66ee297f2d36added6
This commit is contained in:
Manish Godara 2014-04-02 09:30:43 -07:00
parent 8a139e6252
commit ade7ba3f33

View File

@ -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.
"""