From c6c29ab3898a88144f022aaefd1e8267e4dbb866 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 13 Jul 2012 12:09:58 -0400 Subject: Sync cfg from openstack-common. commit 3af0786b6d2ce0d088db7a9754ba8f35acb175c9 Author: Vincent Untz Date: Thu Jul 5 14:51:26 2012 +0200 cfg: Fix typo in documentation with with -> with Change-Id: I83494403435aaf980827adba707d6229786d8653 --- nova/openstack/common/cfg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/openstack') diff --git a/nova/openstack/common/cfg.py b/nova/openstack/common/cfg.py index 6d71b0304..64411180f 100644 --- a/nova/openstack/common/cfg.py +++ b/nova/openstack/common/cfg.py @@ -42,8 +42,8 @@ Options can be strings, integers, floats, booleans, lists or 'multi strings':: osapi_compute_extension_opt = cfg.MultiStrOpt('osapi_compute_extension', default=DEFAULT_EXTENSIONS) -Option schemas are registered with with the config manager at runtime, but -before the option is referenced:: +Option schemas are registered with the config manager at runtime, but before +the option is referenced:: class ExtensionManager(object): -- cgit