Skip to content

Commit

Permalink
Documentation is Pyhton-3-only. (see tox.ini)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 7, 2021
1 parent 57d1d33 commit 6aebe23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/narr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ Messages at first seem like they are text:

>>> robot == u'robot-message'
True
>>> import six
>>> isinstance(robot, six.text_type)
>>> isinstance(robot, str)
True

The additional domain, default and mapping information is available
Expand Down

0 comments on commit 6aebe23

Please sign in to comment.