Skip to content

Commit 51f47e4

Browse files
authored
fix format to line fit into 80 column
1 parent 0cfdec8 commit 51f47e4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Doc/library/warnings.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,16 +635,19 @@ Available Context Managers
635635
- ``lineno``: the line number in the file (:class:`int`)
636636
- ``file``: the file object used for output (if any), or ``None``
637637
- ``line``: the line of source code (if available), or ``None``
638-
- ``source``: the original object that generated the warning (if available), or ``None``
639-
- ``module``: the module name where the warning occurred (:class:`str`), or ``None``
638+
- ``source``: the original object that generated the warning (if
639+
available), or ``None``
640+
- ``module``: the module name where the warning occurred
641+
(:class:`str`), or ``None``
640642

641643
.. versionchanged:: 3.6
642644
The ``source`` attribute was added.
643645

644646
.. versionchanged:: 3.15
645647
The ``module`` attribute was added.
646648

647-
The type of these objects is not specified and may change; only the presence of these attributes is guaranteed.
649+
The type of these objects is not specified and may change; only the
650+
presence of these attributes is guaranteed.
648651

649652
The *module* argument takes a module that will be used instead of the
650653
module returned when you import :mod:`!warnings` whose filter will be

0 commit comments

Comments
 (0)