summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorVincent Untz <vuntz@suse.com>2012-07-05 14:51:26 +0200
committerVincent Untz <vuntz@suse.com>2012-07-05 14:51:26 +0200
commit3af0786b6d2ce0d088db7a9754ba8f35acb175c9 (patch)
tree0b34f32a695b9e6cc591544473927cb45144b2f6 /openstack
parent506486550480fb222a92447e1e8baca855d126aa (diff)
downloadoslo-3af0786b6d2ce0d088db7a9754ba8f35acb175c9.tar.gz
oslo-3af0786b6d2ce0d088db7a9754ba8f35acb175c9.tar.xz
oslo-3af0786b6d2ce0d088db7a9754ba8f35acb175c9.zip
cfg: Fix typo in documentation
with with -> with Change-Id: I7a524c024b05639ec7ab4d57b6a52f70a95d2235
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/cfg.py4
1 files changed, 2 insertions, 2 deletions
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):