Skip to content

Commit cf263fb

Browse files
committed
Added reference to tk man page
1 parent a446cd6 commit cf263fb

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Doc/library/tkinter.font.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The different font weights and slants are:
5656

5757
If *option* is specified, value of just that attribute is returned; if
5858
it is omitted, the return value is a dictionary of all the attributes
59-
and their values. See above for a list of the possible attributes.
59+
and their values. See above for a list of the possible attributes. [1]_
6060

6161
.. method:: cget(option)
6262

@@ -103,3 +103,9 @@ The different font weights and slants are:
103103
.. function:: nametofont(name)
104104

105105
Return a :class:`Font` representation of a tk named font.
106+
107+
References
108+
----------
109+
110+
.. [1] Tk 8.6 font man page
111+
https://www.tcl.tk/man/tcl8.6/TkCmd/font.htm#M5

0 commit comments

Comments
 (0)