summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-02-01 10:02:07 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-02-01 11:34:43 +0000
commit164daa691b8c07a8b3368e0615cffe86429622fa (patch)
tree2c8710ae7f1fc7c1ce4e755987c94ba44935276f
parent57e9754093eec986b60d86e527e41c74b001b30a (diff)
downloadheat-164daa691b8c07a8b3368e0615cffe86429622fa.tar.gz
Remove references to basestring
This doesn't exist in Python 3. Change-Id: I5aff8a205d524cc15c161a961b0603efeb66a2e8 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
-rw-r--r--doc/source/contributor/pluginguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/pluginguide.rst b/doc/source/contributor/pluginguide.rst
index 7177c4b38..425b56516 100644
--- a/doc/source/contributor/pluginguide.rst
+++ b/doc/source/contributor/pluginguide.rst
@@ -248,7 +248,7 @@ the end user.
*AllowedValues(allowed, description)*:
Lists the allowed values. ``allowed`` must be a
- ``collections.abc.Sequence`` or ``basestring``. Applicable to all types
+ ``collections.abc.Sequence`` or ``string``. Applicable to all types
of value except MAP.
*Length(min, max, description)*: