From 1bbf44fa67412040246b93b15cab18e715a0be07 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Fri, 25 May 2012 14:53:33 -0700 Subject: Grammar / spelling corrections Change-Id: Id5b6665a2a40a9bd0830c1a3500b4ad98eec435b --- nova/openstack/common/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/openstack') diff --git a/nova/openstack/common/cfg.py b/nova/openstack/common/cfg.py index 1b1b45d63..f45136f76 100644 --- a/nova/openstack/common/cfg.py +++ b/nova/openstack/common/cfg.py @@ -473,7 +473,7 @@ class Opt(object): metavar: the name shown as the argument to a CLI option in --help output help: - an string explaining how the options value is used + a string explaining how the options value is used """ multi = False -- cgit