[Python-checkins] r62315 - python/trunk/Doc/library/warnings.rst

georg.brandl python-checkins at python.org
Sun Apr 13 09:07:44 CEST 2008


Author: georg.brandl
Date: Sun Apr 13 09:07:44 2008
New Revision: 62315

Log:
Fix markup.


Modified:
   python/trunk/Doc/library/warnings.rst

Modified: python/trunk/Doc/library/warnings.rst
==============================================================================
--- python/trunk/Doc/library/warnings.rst	(original)
+++ python/trunk/Doc/library/warnings.rst	Sun Apr 13 09:07:44 2008
@@ -200,7 +200,7 @@
    sources).
 
    .. versionchanged:: 2.5
-      Added the `module_globals` parameter.
+      Added the *module_globals* parameter.
 
 
 .. function:: warnpy3k(message[, category[, stacklevel]])
@@ -219,10 +219,8 @@
    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 @@
    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]]]]])


More information about the Python-checkins mailing list