summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxianKong <konglingxian@huawei.com>2015-06-02 14:38:09 +0800
committerLingxianKong <konglingxian@huawei.com>2015-06-02 14:40:16 +0800
commita62654a4f55bed4d4e8ea5c682f8268428951560 (patch)
tree03dc064bf2b93c596f30066c53c7565869fb68b3
parent02a86d2eefeda5144ea8c39657aed24b8b0c9a39 (diff)
downloadoslo-config-a62654a4f55bed4d4e8ea5c682f8268428951560.tar.gz
Fix typo in Opt class doc string
s/iff/if Change-Id: Ie8d7b0b2a51ebd0c8618896d0b72fda7fe923aae
-rw-r--r--oslo_config/cfg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/oslo_config/cfg.py b/oslo_config/cfg.py
index 064a4b9..3a401f2 100644
--- a/oslo_config/cfg.py
+++ b/oslo_config/cfg.py
@@ -605,8 +605,8 @@ class Opt(object):
:param positional: True if the option is a positional CLI argument
:param metavar: the option argument to show in --help
:param help: an explanation of how the option is used
- :param secret: true iff the value should be obfuscated in log output
- :param required: true iff a value must be supplied for this option
+ :param secret: true if the value should be obfuscated in log output
+ :param required: true if a value must be supplied for this option
:param deprecated_name: deprecated name option. Acts like an alias
:param deprecated_group: the group containing a deprecated alias
:param deprecated_opts: array of DeprecatedOpt(s)