summaryrefslogtreecommitdiffstats
path: root/Doc/libfl.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 20:28:33 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 20:28:33 (GMT)
commit1b6cf78c15561e9a9a48acf1ecc7af6b319512f1 (patch)
tree50ebd69d364255aa0422c33a0117070de851e5af /Doc/libfl.tex
parent5baf4bc97863dc2a5e89ca22ac73bdbf34dff925 (diff)
downloadcpython-1b6cf78c15561e9a9a48acf1ecc7af6b319512f1.zip
cpython-1b6cf78c15561e9a9a48acf1ecc7af6b319512f1.tar.gz
cpython-1b6cf78c15561e9a9a48acf1ecc7af6b319512f1.tar.bz2
Reduce warning count from partparse.py.
Diffstat (limited to 'Doc/libfl.tex')
-rw-r--r--Doc/libfl.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/libfl.tex b/Doc/libfl.tex
index bacbf76..cb21708 100644
--- a/Doc/libfl.tex
+++ b/Doc/libfl.tex
@@ -81,8 +81,7 @@ Show a dialog box with a three-line message and YES and NO buttons.
It returns \code{1} if the user pressed YES, \code{0} if NO.
\end{funcdesc}
-\begin{funcdesc}{show_choice}{str1\, str2\, str3\, but1\optional{\, but2\,
-but3}}
+\begin{funcdesc}{show_choice}{str1, str2, str3, but1\optional{, but2, but3}}
Show a dialog box with a three-line message and up to three buttons.
It returns the number of the button clicked by the user
(\code{1}, \code{2} or \code{3}).