Commit 1b6cf78c authored by Fred Drake's avatar Fred Drake

Reduce warning count from partparse.py.

parent 5baf4bc9
...@@ -81,8 +81,7 @@ Show a dialog box with a three-line message and YES and NO buttons. ...@@ -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. It returns \code{1} if the user pressed YES, \code{0} if NO.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{show_choice}{str1\, str2\, str3\, but1\optional{\, but2\, \begin{funcdesc}{show_choice}{str1, str2, str3, but1\optional{, but2, but3}}
but3}}
Show a dialog box with a three-line message and up to three buttons. 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 It returns the number of the button clicked by the user
(\code{1}, \code{2} or \code{3}). (\code{1}, \code{2} or \code{3}).
......
...@@ -81,8 +81,7 @@ Show a dialog box with a three-line message and YES and NO buttons. ...@@ -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. It returns \code{1} if the user pressed YES, \code{0} if NO.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{show_choice}{str1\, str2\, str3\, but1\optional{\, but2\, \begin{funcdesc}{show_choice}{str1, str2, str3, but1\optional{, but2, but3}}
but3}}
Show a dialog box with a three-line message and up to three buttons. 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 It returns the number of the button clicked by the user
(\code{1}, \code{2} or \code{3}). (\code{1}, \code{2} or \code{3}).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment