]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
update doc string - correct typo
authorManish Godara <manishg@yahoo-inc.com>
Wed, 2 Apr 2014 16:30:43 +0000 (09:30 -0700)
committerManish Godara <manishg@yahoo-inc.com>
Wed, 2 Apr 2014 16:30:49 +0000 (09:30 -0700)
Change-Id: I70503293cdd17a520dd9ec66ee297f2d36added6

neutron/manager.py

index 96ff94ae8f03308377b0b95bd6a2466fa5f7ebab..1fade54da606ef967d6f546a0dadb61039e30e6a 100644 (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.
     """