Skip to content

Commit d2b302d

Browse files
plotskijonathanslenders
plotski
authored andcommitted
PasswordProcessor: Fix typo in docstring
1 parent 238f532 commit d2b302d

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
@@ -314,7 +314,7 @@ def apply_transformation(
314314

315315
class PasswordProcessor(Processor):
316316
"""
317-
Processor that turns masks the input. (For passwords.)
317+
Processor that masks the input. (For passwords.)
318318
319319
:param char: (string) Character to be used. "*" by default.
320320
"""

0 commit comments

Comments
 (0)