Fix markup.
This commit is contained in:
parent
e3d3785e11
commit
4aa8df2871
|
@ -200,7 +200,7 @@ Available Functions
|
||||||
sources).
|
sources).
|
||||||
|
|
||||||
.. versionchanged:: 2.5
|
.. versionchanged:: 2.5
|
||||||
Added the `module_globals` parameter.
|
Added the *module_globals* parameter.
|
||||||
|
|
||||||
|
|
||||||
.. function:: warnpy3k(message[, category[, stacklevel]])
|
.. function:: warnpy3k(message[, category[, stacklevel]])
|
||||||
|
@ -219,10 +219,8 @@ Available Functions
|
||||||
this function with an alternative implementation by assigning to
|
this function with an alternative implementation by assigning to
|
||||||
``warnings.showwarning``.
|
``warnings.showwarning``.
|
||||||
|
|
||||||
..versionchanged:: 2.6
|
.. versionchanged:: 2.6
|
||||||
Added the `line` argument.
|
Added the *line* argument.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. function:: formatwarning(message, category, filename, lineno[, line])
|
.. function:: formatwarning(message, category, filename, lineno[, line])
|
||||||
|
@ -230,8 +228,8 @@ Available Functions
|
||||||
Format a warning the standard way. This returns a string which may contain
|
Format a warning the standard way. This returns a string which may contain
|
||||||
embedded newlines and ends in a newline.
|
embedded newlines and ends in a newline.
|
||||||
|
|
||||||
..versionchanged:: 2.6
|
.. versionchanged:: 2.6
|
||||||
Added the `line` argument.
|
Added the *line* argument.
|
||||||
|
|
||||||
|
|
||||||
.. function:: filterwarnings(action[, message[, category[, module[, lineno[, append]]]]])
|
.. function:: filterwarnings(action[, message[, category[, module[, lineno[, append]]]]])
|
||||||
|
|
Loading…
Reference in New Issue