summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-06-17 02:37:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-06-17 02:37:06 (GMT)
commit938b7a0f63d2485bc5a45555f432131a96b4e9a8 (patch)
tree2db250e408f2fbb36b0abd6ed74be54af7ffa90a /Doc
parent8ab2ec432ae87f93e332883221831cb2febc5c25 (diff)
downloadcpython-938b7a0f63d2485bc5a45555f432131a96b4e9a8.zip
cpython-938b7a0f63d2485bc5a45555f432131a96b4e9a8.tar.gz
cpython-938b7a0f63d2485bc5a45555f432131a96b4e9a8.tar.bz2
Fix some markup nits
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index b7d282b..1998e23 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -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}