Reduce warning count from partparse.py.
diff --git a/Doc/lib/libfl.tex b/Doc/lib/libfl.tex
index bacbf76..cb21708 100644
--- a/Doc/lib/libfl.tex
+++ b/Doc/lib/libfl.tex
@@ -81,8 +81,7 @@
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}).