From 330da48b5d937a61e7328594a5d0bb98409b8c71 Mon Sep 17 00:00:00 2001 From: IWAMOTO Toshihiro Date: Wed, 25 Nov 2015 10:01:07 +0900 Subject: [PATCH] Fix typo for OVSDB Change-Id: If3de94d2b7747467c6d4b51a3c8b1960c35b1b7d --- neutron/agent/ovsdb/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/ovsdb/api.py b/neutron/agent/ovsdb/api.py index d60b0d841..f5aad9ef8 100644 --- a/neutron/agent/ovsdb/api.py +++ b/neutron/agent/ovsdb/api.py @@ -36,7 +36,7 @@ cfg.CONF.register_opts(OPTS, 'OVS') @six.add_metaclass(abc.ABCMeta) class Command(object): - """An OSVDB command that can be executed in a transaction + """An OVSDB command that can be executed in a transaction :attr result: The result of executing the command in a transaction """ -- 2.45.2