Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
Wulian233 authored Jun 4, 2024
commit f3e7bb6a5b372d75af170de5a91d3937d3ef057c
2 changes: 1 addition & 1 deletion Lib/tkinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def tk_busy_configure(self, cnf=None, **kw):
tk_busy_hold(). Options may have any of the values accepted by
tk_busy_hold().

Please note that the option database is11 referenced by the widget
Please note that the option database is referenced by the widget
name or class. For example, if a Frame widget with name "frame"
is to be made busy, the busy cursor can be specified for it by
either call:
Expand Down