Skip to content

Commit aa3048a

Browse files
committed
fixed spelling of writable
1 parent 11a5dad commit aa3048a

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
@@ -209,7 +209,7 @@ def __init__(
209209
if input_processors is None:
210210
input_processors = []
211211

212-
# Writeable attributes.
212+
# Writable attributes.
213213
self.completer = completer
214214
self.complete_while_typing = complete_while_typing
215215
self.lexer = lexer

0 commit comments

Comments
 (0)