Skip to content

Commit b630d3f

Browse files
Refine tkinter terminology per review feedback
1 parent f50a321 commit b630d3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/tkinter.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ the modern themed widget set and API::
179179
The widget object that contains this widget. For :class:`Tk`, the
180180
*master* is :const:`None` because it is the main window. The terms
181181
*master* and *parent* are similar and sometimes used interchangeably
182-
as argument names; however, calling :meth:`winfo_parent` returns a
182+
as argument names; however, calling ``winfo_parent`` returns a
183183
string of the widget name whereas :attr:`master` returns the object.
184184
*parent*/*child* reflects the tree-like relationship while
185-
*container*/*child widget* reflects the geometry management structure.
185+
*master*/*child widget* reflects the container structure.
186186

187187
.. attribute:: children
188188

@@ -673,7 +673,7 @@ For more extensive information on the packer and the options that it can take,
673673
see the man pages and page 183 of John Ousterhout's book.
674674

675675
anchor
676-
Anchor type. Denotes where the packer is to place each child widget in its parcel.
676+
Anchor type. Denotes where the packer is to place each child in its parcel.
677677

678678
expand
679679
Boolean, ``0`` or ``1``.

0 commit comments

Comments
 (0)