summaryrefslogtreecommitdiff
path: root/doc/source/contributor/pluginguide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/contributor/pluginguide.rst')
-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)*: