[docs] [issue29371] Typo in doctest documentation

Jim Fasarakis-Hilliard report at bugs.python.org
Wed Jan 25 08:45:21 EST 2017


Jim Fasarakis-Hilliard added the comment:

>From what I understand, "or'ed" here stands for combining the options using `|` (https://docs.python.org/3/reference/expressions.html#binary-bitwise-operations).

You can see an example of that in the source for `doctest.py` https://hg.python.org/cpython/file/3.6/Lib/doctest.py#l144

----------
nosy: +Jim Fasarakis-Hilliard

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


More information about the docs mailing list