Skip to content

Commit d13a554

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: unspported -> unsupported
1 parent b505790 commit d13a554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt_toolkit/formatted_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def _parse_corot(self):
374374
style = self._create_style_string()
375375
break
376376
else:
377-
# Ignore unspported sequence.
377+
# Ignore unsupported sequence.
378378
break
379379
else:
380380
# Add current character.

0 commit comments

Comments
 (0)