From 1b6cf78c15561e9a9a48acf1ecc7af6b319512f1 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 29 Dec 1997 20:28:33 +0000 Subject: [PATCH] Reduce warning count from partparse.py. --- Doc/lib/libfl.tex | 3 +-- Doc/libfl.tex | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libfl.tex b/Doc/lib/libfl.tex index bacbf76868e..cb21708c4aa 100644 --- a/Doc/lib/libfl.tex +++ b/Doc/lib/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}). diff --git a/Doc/libfl.tex b/Doc/libfl.tex index bacbf76868e..cb21708c4aa 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}).