mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
bpo-39136: Fixed typos (GH-17720)
funtion -> function; configuraton -> configuration; defintitions -> definitions; focusses -> focuses; necesarily -> necessarily; follwing -> following; Excape -> Escape,
This commit is contained in:
parent
98f0f04b50
commit
6c7bb38ff2
9 changed files with 12 additions and 12 deletions
|
@ -1890,7 +1890,7 @@ class Grid(TixWidget, XView, YView):
|
|||
containing the current size setting of the given column. When
|
||||
option-value pairs are given, the corresponding options of the
|
||||
size setting of the given column are changed. Options may be one
|
||||
of the follwing:
|
||||
of the following:
|
||||
pad0 pixels
|
||||
Specifies the paddings to the left of a column.
|
||||
pad1 pixels
|
||||
|
@ -1915,7 +1915,7 @@ class Grid(TixWidget, XView, YView):
|
|||
When no option-value pair is given, this command returns a list con-
|
||||
taining the current size setting of the given row . When option-value
|
||||
pairs are given, the corresponding options of the size setting of the
|
||||
given row are changed. Options may be one of the follwing:
|
||||
given row are changed. Options may be one of the following:
|
||||
pad0 pixels
|
||||
Specifies the paddings to the top of a row.
|
||||
pad1 pixels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue