summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-07-11 22:38:12 +0000
committerGerrit Code Review <review@openstack.org>2012-07-11 22:38:12 +0000
commitd10eaf22ebf17635f9408c3627c874aff7f0f860 (patch)
tree337a419765cba3279550815537c9fba7381b59af /openstack
parent112e0c61ea4a49bef0aa2378af480c5247ea37dc (diff)
parent3af0786b6d2ce0d088db7a9754ba8f35acb175c9 (diff)
downloadoslo-d10eaf22ebf17635f9408c3627c874aff7f0f860.tar.gz
oslo-d10eaf22ebf17635f9408c3627c874aff7f0f860.tar.xz
oslo-d10eaf22ebf17635f9408c3627c874aff7f0f860.zip
Merge "cfg: Fix typo in documentation"
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):