Skip to content

Commit 92e8239

Browse files
Fix the TclError reference in the tkinter.font documentation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bdac908 commit 92e8239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/tkinter.font.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The different font weights and slants are:
8282
.. note::
8383

8484
:meth:`!cget` and :meth:`configure` operate on a named font and raise
85-
:exc:`TclError` for a wrapped font description.
85+
:exc:`~tkinter.TclError` for a wrapped font description.
8686
Use :meth:`actual` to query the attributes of the latter.
8787

8888
.. method:: config(**options)

0 commit comments

Comments
 (0)