Skip to content

Commit 298c3d9

Browse files
plotskijonathanslenders
plotski
authored andcommitted
DynamicProcessor: Fix typo in docstring
1 parent d2b302d commit 298c3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt_toolkit/layout/processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def __repr__(self) -> str:
949949

950950
class DynamicProcessor(Processor):
951951
"""
952-
Processor class that can dynamically returns any Processor.
952+
Processor class that dynamically returns any Processor.
953953
954954
:param get_processor: Callable that returns a :class:`.Processor` instance.
955955
"""

0 commit comments

Comments
 (0)