From 3af0786b6d2ce0d088db7a9754ba8f35acb175c9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 5 Jul 2012 14:51:26 +0200 Subject: cfg: Fix typo in documentation with with -> with Change-Id: I7a524c024b05639ec7ab4d57b6a52f70a95d2235 --- openstack/common/cfg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstack') diff --git a/openstack/common/cfg.py b/openstack/common/cfg.py index a6c0dea..109bc28 100644 --- a/openstack/common/cfg.py +++ b/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