summaryrefslogtreecommitdiff
path: root/docs/narr.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr.rst')
-rw-r--r--docs/narr.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr.rst b/docs/narr.rst
index c844068..1e79298 100644
--- a/docs/narr.rst
+++ b/docs/narr.rst
@@ -74,10 +74,9 @@ Messages at first seem like they are text strings:
.. doctest::
- >>> import six
>>> robot == 'robot-message'
True
- >>> isinstance(robot, six.text_type)
+ >>> isinstance(robot, str)
True
The additional domain, default and mapping information is available