From 164daa691b8c07a8b3368e0615cffe86429622fa Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 1 Feb 2021 10:02:07 +0000 Subject: Remove references to basestring This doesn't exist in Python 3. Change-Id: I5aff8a205d524cc15c161a961b0603efeb66a2e8 Signed-off-by: Stephen Finucane --- doc/source/contributor/pluginguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)*: -- cgit v1.2.1