Typo in StrOpt docstring: Integer to String

The docstring for StrOpt incorrectly lists the type as an Integer.
Simple nit patch to set to String.

Change-Id: Ibeca6ce2f67cae5b23bc3f91194df3d4b497fa38
This commit is contained in:
Eric Brown 2015-02-26 18:38:44 -08:00
parent a4abbdbbd7
commit 8b4d75ba4e

View File

@ -922,7 +922,7 @@ class DeprecatedOpt(object):
class StrOpt(Opt):
"""Option with String type
Option with ``type`` :class:`oslo_config.types.Integer`
Option with ``type`` :class:`oslo_config.types.String`
`Kept for backward-compatibility with options not using Opt directly`.