summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-09-25 09:59:42 +0200
committerJulien Danjou <julien@danjou.info>2015-09-25 10:02:16 +0200
commit8cb4db9a39b99b9798535f90fab131f217fc572f (patch)
treea0f00ea901b946133576e3b01cf58d2c725007b2
parente42df9fd474001a2d77d2fa0a4096dbcfdd80e57 (diff)
downloadoslo-middleware-8cb4db9a39b99b9798535f90fab131f217fc572f.tar.gz
Fix typos in docstring
Change-Id: I89f8cdc4b396680ced7d1e0da1f072e369fb275b
-rw-r--r--oslo_middleware/opts.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/oslo_middleware/opts.py b/oslo_middleware/opts.py
index 883fb90..1fe8c89 100644
--- a/oslo_middleware/opts.py
+++ b/oslo_middleware/opts.py
@@ -40,7 +40,7 @@ def list_opts():
registered. A group name of None corresponds to the [DEFAULT] group in
config files.
- This function is also discoverable via the 'oslo.concurrency' entry point
+ This function is also discoverable via the 'oslo.middleware' entry point
under the 'oslo.config.opts' namespace.
The purpose of this is to allow tools like the Oslo sample config file
@@ -68,7 +68,7 @@ def list_opts_sizelimit():
registered. A group name of None corresponds to the [DEFAULT] group in
config files.
- This function is also discoverable via the 'oslo.concurrency' entry point
+ This function is also discoverable via the 'oslo.middleware' entry point
under the 'oslo.config.opts' namespace.
The purpose of this is to allow tools like the Oslo sample config file
@@ -82,7 +82,7 @@ def list_opts_sizelimit():
def list_opts_ssl():
- """Return a list of oslo.config options for the sizelimit middleware.
+ """Return a list of oslo.config options for the SSL middleware.
The returned list includes all oslo.config options which may be registered
at runtime by the library.
@@ -92,7 +92,7 @@ def list_opts_ssl():
registered. A group name of None corresponds to the [DEFAULT] group in
config files.
- This function is also discoverable via the 'oslo.concurrency' entry point
+ This function is also discoverable via the 'oslo.middleware' entry point
under the 'oslo.config.opts' namespace.
The purpose of this is to allow tools like the Oslo sample config file
@@ -116,7 +116,7 @@ def list_opts_cors():
registered. A group name of None corresponds to the [DEFAULT] group in
config files.
- This function is also discoverable via the 'oslo.concurrency' entry point
+ This function is also discoverable via the 'oslo.middleware' entry point
under the 'oslo.config.opts' namespace.
The purpose of this is to allow tools like the Oslo sample config file