]> granicus.if.org Git - python/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Sun, 13 Apr 2008 07:07:44 +0000 (07:07 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 13 Apr 2008 07:07:44 +0000 (07:07 +0000)
Doc/library/warnings.rst

index 2267a0deecb1e5b563cfc514a55b0a3cec2ef68c..94d47380c5747e17b5f194104c09a99c69f339f7 100644 (file)
@@ -200,7 +200,7 @@ Available Functions
    sources).
 
    .. versionchanged:: 2.5
-      Added the `module_globals` parameter.
+      Added the *module_globals* parameter.
 
 
 .. function:: warnpy3k(message[, category[, stacklevel]])
@@ -219,10 +219,8 @@ Available Functions
    this function with an alternative implementation by assigning to
    ``warnings.showwarning``.
 
-   ..versionchanged:: 2.6
-     Added the `line` argument.
-
-
+   .. versionchanged:: 2.6
+      Added the *line* argument.
 
 
 .. 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
    embedded newlines and ends in a newline.
 
-   ..versionchanged:: 2.6
-     Added the `line` argument.
+   .. versionchanged:: 2.6
+      Added the *line* argument.
 
 
 .. function:: filterwarnings(action[, message[, category[, module[, lineno[, append]]]]])