Skip to content

Commit 2339c02

Browse files
committed
Fix typo
1 parent ec2784d commit 2339c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt_toolkit/layout/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ def _whitespace_wrap_finder(
19611961
elif split == "remove":
19621962
sep_re = re.compile(f"({sep_re.pattern})")
19631963
else:
1964-
raise ValueError(f"Unrecognized value of split paramter: {split!r}")
1964+
raise ValueError(f"Unrecognized value of split parameter: {split!r}")
19651965

19661966
cont_width = fragment_list_width(continuation)
19671967

0 commit comments

Comments
 (0)