diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-17 17:25:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 17:25:55 (GMT) |
commit | 96a09df64483b70c4215c7025a19b9d2f1636c55 (patch) | |
tree | fd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/dialog.rst | |
parent | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff) | |
download | cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.zip cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.bz2 |
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/library/dialog.rst')
-rw-r--r-- | Doc/library/dialog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dialog.rst b/Doc/library/dialog.rst index dc82a97..53f98c1 100644 --- a/Doc/library/dialog.rst +++ b/Doc/library/dialog.rst @@ -198,7 +198,7 @@ These do not emulate the native look-and-feel of the platform. A subclass of FileDialog that creates a dialog window for selecting a destination file. - .. method:: ok_command() + .. method:: ok_command() Test whether or not the selection points to a valid file that is not a directory. Confirmation is required if an already existing file is |