File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments