summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-07-07 15:17:42 +0200
committerMichael Howitz <mh@gocept.com>2021-07-07 15:17:42 +0200
commit6aebe234a612a67090ec4c75db5ea38f008aec8f (patch)
tree043fc61a31f888427e7fa6bc68bb460e4d305628
parent57d1d33ec2ffa729556dd77b6e3df0fd66e90a85 (diff)
downloadzope-i18nmessageid-config-with-c-code.tar.gz
Documentation is Pyhton-3-only. (see tox.ini)config-with-c-code
-rw-r--r--docs/narr.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr.rst b/docs/narr.rst
index eaa9420..0ff4ac3 100644
--- a/docs/narr.rst
+++ b/docs/narr.rst
@@ -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