Skip to content

Commit

Permalink
Update Doc/library/warnings.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
csm10495 and hugovk authored Mar 22, 2024
1 parent 0feb18f commit a97e24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ Available Context Managers
:class:`WarningMessage` Objects
-------------------------------

A :class:`WarningMessage` object represents a warning along with information about it's emission. It
A :class:`WarningMessage` object represents a warning along with information about its emission. It
is primarily used by :class:`catch_warnings` with *record* set to :const:`True` to record warnings.

.. class:: WarningMessage(message, category, filename, lineno, file=None, line=None, source=None)
Expand Down

0 comments on commit a97e24c

Please sign in to comment.