We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2784d commit 2339c02Copy full SHA for 2339c02
src/prompt_toolkit/layout/containers.py
@@ -1961,7 +1961,7 @@ def _whitespace_wrap_finder(
1961
elif split == "remove":
1962
sep_re = re.compile(f"({sep_re.pattern})")
1963
else:
1964
- raise ValueError(f"Unrecognized value of split paramter: {split!r}")
+ raise ValueError(f"Unrecognized value of split parameter: {split!r}")
1965
1966
cont_width = fragment_list_width(continuation)
1967
0 commit comments