diff options
Diffstat (limited to 'Doc/library/dialog.rst')
-rw-r--r-- | Doc/library/dialog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/dialog.rst b/Doc/library/dialog.rst index 836f662..dc82a97 100644 --- a/Doc/library/dialog.rst +++ b/Doc/library/dialog.rst @@ -73,7 +73,7 @@ listed below: | *defaultextension* - default extension to append to file (save dialogs) - | *multiple* - when True, selection of multiple items is allowed + | *multiple* - when true, selection of multiple items is allowed **Static factory functions** @@ -227,4 +227,4 @@ is the base class for dialogs defined in other supporting modules. .. seealso:: - Modules :mod:`tkinter.messagebox`, :ref:`tut-files`
\ No newline at end of file + Modules :mod:`tkinter.messagebox`, :ref:`tut-files` |