Skip to content

Commit 44164e6

Browse files
gpotter2jonathanslenders
authored andcommitted
Small random typos
1 parent 511173b commit 44164e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prompt_toolkit/widgets/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def has_title():
415415
DynamicContainer(lambda: self.body),
416416
fill(width=1, char=Border.VERTICAL),
417417
# Padding is required to make sure that if the content is
418-
# too small, that the right frame border is still aligned.
418+
# too small, the right frame border is still aligned.
419419
], padding=0),
420420
VSplit([
421421
fill(width=1, height=1, char=Border.BOTTOM_LEFT),
@@ -708,9 +708,9 @@ def __init__(self):
708708
self.container = FloatContainer(
709709
content=Window(height=1),
710710
floats=[
711-
# We first draw the label, than the actual progress bar. Right
711+
# We first draw the label, then the actual progress bar. Right
712712
# now, this is the only way to have the colors of the progress
713-
# bar appear on to of the label. The problem is that our label
713+
# bar appear on top of the label. The problem is that our label
714714
# can't be part of any `Window` below.
715715
Float(content=self.label, top=0, bottom=0),
716716

0 commit comments

Comments
 (0)