[docs] [issue30312] Small correction in set code sample

Raymond Hettinger report at bugs.python.org
Tue May 9 05:10:11 EDT 2017


Raymond Hettinger added the comment:

ISTM the result of the expression makes the meaning clear:

    >>> a | b
    {'r', 'l', 'b', 'c', 'z', 'd', 'a', 'm'}

That said, the text might be a little clearer like this:

   # letters in a or b or both

----------
assignee: docs at python -> Mariatta
nosy: +Mariatta, rhettinger
priority: normal -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30312>
_______________________________________


More information about the docs mailing list