This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author awecx
Recipients awecx, docs@python, eric.araujo, ezio.melotti, mdk, willingc
Date 2019-01-13.23:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547421481.41.0.571803871053.issue35732@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-01-13 23:18:05awecxsetrecipients: + awecx, ezio.melotti, eric.araujo, docs@python, willingc, mdk
2019-01-13 23:18:01awecxsetmessageid: <1547421481.41.0.571803871053.issue35732@roundup.psfhosted.org>
2019-01-13 23:18:01awecxlinkissue35732 messages
2019-01-13 23:18:01awecxcreate