Remove references to basestring

This doesn't exist in Python 3.

Change-Id: I5aff8a205d524cc15c161a961b0603efeb66a2e8
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2021-02-01 10:02:07 +00:00
parent 57e9754093
commit 164daa691b
1 changed files with 1 additions and 1 deletions

View File

@ -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)*: