Skip to content

Commit 89cb563

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: redex -> regex
1 parent df67624 commit 89cb563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt_toolkit/contrib/regular_languages/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(self, root_node, escape_funcs=None, unescape_funcs=None):
7070
self.escape_funcs = escape_funcs or {}
7171
self.unescape_funcs = unescape_funcs or {}
7272

73-
#: Dictionary that will map the redex names to Node instances.
73+
#: Dictionary that will map the regex names to Node instances.
7474
self._group_names_to_nodes = {} # Maps regex group names to varnames.
7575
counter = [0]
7676

0 commit comments

Comments
 (0)