[docs] [issue35732] Typo in library/warnings documentation

Antoine Wecxsteen report at bugs.python.org
Sun Jan 13 18:18:07 EST 2019


New submission from Antoine Wecxsteen <antoine at wecxsteen.net>:

Hello,

I believe there's a mistake in the documentation of library/warnings.

https://docs.python.org/3.8/library/warnings.html#warnings.warn

"This function raises an exception if the particular warning issued is changed into an error by the warnings filter see above."

I think "see above" should be enclosed in brackets (or maybe completely removed as there is already a "(see above)" in the same text block).

Regards.

----------
assignee: docs at python
components: Documentation
messages: 333574
nosy: awecx, docs at python, eric.araujo, ezio.melotti, mdk, willingc
priority: normal
severity: normal
status: open
title: Typo in library/warnings documentation
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35732>
_______________________________________


More information about the docs mailing list