Skip to content

Commit

Permalink
Fix typo in Opt class doc string
Browse files Browse the repository at this point in the history
s/iff/if

Change-Id: Ie8d7b0b2a51ebd0c8618896d0b72fda7fe923aae
  • Loading branch information
LingxianKong committed Jun 2, 2015
1 parent 02a86d2 commit a62654a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oslo_config/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a62654a

Please sign in to comment.