Skip to content

Commit 414cadf

Browse files
Merge branch 'tk-docs' of github.com:serhiy-storchaka/cpython into tk-docs
2 parents 3417306 + 01fcf71 commit 414cadf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/dialog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Tkinter Dialogs
1+
Tkinter dialogs
22
===============
33

44
:mod:`!tkinter.simpledialog` --- Standard Tkinter input dialogs
@@ -87,7 +87,7 @@ functions for creating simple modal dialogs to get a value from the user.
8787
The :mod:`!tkinter.filedialog` module provides classes and factory functions for
8888
creating file/directory selection windows.
8989

90-
Native Load/Save Dialogs
90+
Native load/save dialogs
9191
------------------------
9292

9393
The following classes and functions provide file dialog windows that combine a

Doc/library/tkinter.scrolledtext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:mod:`!tkinter.scrolledtext` --- Scrolled Text Widget
1+
:mod:`!tkinter.scrolledtext` --- Scrolled text widget
22
=====================================================
33

44
.. module:: tkinter.scrolledtext

0 commit comments

Comments
 (0)