Skip to content

Commit 953bdda

Browse files
committed
spelling: height
1 parent d3151ba commit 953bdda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ def lsize():
13961396

13971397
def size(self):
13981398
"""Set instance attributes for x and y top left corner coordinates
1399-
and width and heigth for the window."""
1399+
and width and height for the window."""
14001400
global stdscr
14011401
h, w = stdscr.getmaxyx()
14021402
self.y = 0
@@ -1566,7 +1566,7 @@ def __init__(self, scr, pwin, background, config, s=None, c=None):
15661566

15671567
def size(self):
15681568
"""Set instance attributes for x and y top left corner coordinates
1569-
and width and heigth for the window."""
1569+
and width and height for the window."""
15701570
h, w = gethw()
15711571
self.y = h - 1
15721572
self.w = w

0 commit comments

Comments
 (0)