Skip to content

Commit 8c181b8

Browse files
committed
fix typo
1 parent 6695411 commit 8c181b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prompt_toolkit/widgets/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __init__(
208208
if input_processors is None:
209209
input_processors = []
210210

211-
# Writeable attributes.
211+
# Writable attributes.
212212
self.completer = completer
213213
self.complete_while_typing = complete_while_typing
214214
self.lexer = lexer

0 commit comments

Comments
 (0)