Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 938b7a0

Browse files
committed
Fix some markup nits
1 parent 8ab2ec4 commit 938b7a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ \section{Built-in Functions \label{built-in-funcs}}
9191
\indexii{Boolean}{type}
9292
\versionadded{2.2.1}
9393

94-
If no argument is given, this function returns \code{False}.
95-
\versionchanged{2.3}
94+
\versionchanged[If no argument is given, this function returns
95+
\code{False}]{2.3}
9696
\end{funcdesc}
9797

9898
\begin{funcdesc}{buffer}{object\optional{, offset\optional{, size}}}
@@ -687,8 +687,8 @@ \section{Built-in Functions \label{built-in-funcs}}
687687
to all instances of new style classes.
688688
\versionadded{2.2}
689689

690-
This function does not accept any arguments. \versionchanged{2.3}
691-
Formerly, it accepted arguments but ignored them.
690+
\versionchanged[This function does not accept any arguments.
691+
Formerly, it accepted arguments but ignored them]{2.3}
692692
\end{funcdesc}
693693

694694
\begin{funcdesc}{oct}{x}

0 commit comments

Comments
 (0)