Skip to content

Commit 667a475

Browse files
Fixed typo.
1 parent 7dbc58e commit 667a475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompt_toolkit/application/current.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def create_app_session(
149149
# If no input/output is specified, fall back to the current input/output,
150150
# if there was one that was set/created for the current session.
151151
# (Note that we check `_input`/`_output` and not `input`/`output`. This is
152-
# because we don't want to accidently create a new input/output objects
152+
# because we don't want to accidentally create a new input/output objects
153153
# here and store it in the "parent" `AppSession`. Especially, when
154154
# combining pytest's `capsys` fixture and `create_app_session`, sys.stdin
155155
# and sys.stderr are patched for every test, so we don't want to leak

0 commit comments

Comments
 (0)