Skip to content

Commit 50cf02d

Browse files
gridheadjonathanslenders
authored andcommitted
Fixed a typographical mistake in asking_for_input.rst
Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
1 parent 28a82e6 commit 50cf02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/asking_for_input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ takes a :class:`~prompt_toolkit.document.Document` as input and raises
452452
if text and not text.isdigit():
453453
i = 0
454454
455-
# Get index of fist non numeric character.
455+
# Get index of first non numeric character.
456456
# We want to move the cursor here.
457457
for i, c in enumerate(text):
458458
if not c.isdigit():

0 commit comments

Comments
 (0)