]> granicus.if.org Git - python/commitdiff
Fix some markup nits
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Jun 2003 02:37:06 +0000 (02:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 17 Jun 2003 02:37:06 +0000 (02:37 +0000)
Doc/lib/libfuncs.tex

index b7d282b4a541faa2b9fe20ec9bef7e7df2146779..1998e23c2645334d82b48c42cd1eb887cc37a46d 100644 (file)
@@ -91,8 +91,8 @@ def my_import(name):
 \indexii{Boolean}{type}
 \versionadded{2.2.1}
 
-  If no argument is given, this function returns \code{False}.
-  \versionchanged{2.3}
+  \versionchanged[If no argument is given, this function returns 
+                  \code{False}]{2.3}
 \end{funcdesc}
 
 \begin{funcdesc}{buffer}{object\optional{, offset\optional{, size}}}
@@ -687,8 +687,8 @@ for all new style classes.  It has the methods that are common
 to all instances of new style classes.
 \versionadded{2.2}
 
-This function does not accept any arguments.  \versionchanged{2.3}
-Formerly, it accepted arguments but ignored them.
+\versionchanged[This function does not accept any arguments.
+Formerly, it accepted arguments but ignored them]{2.3}
 \end{funcdesc}
 
 \begin{funcdesc}{oct}{x}