We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbc58e commit 667a475Copy full SHA for 667a475
src/prompt_toolkit/application/current.py
@@ -149,7 +149,7 @@ def create_app_session(
149
# If no input/output is specified, fall back to the current input/output,
150
# if there was one that was set/created for the current session.
151
# (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
+ # because we don't want to accidentally create a new input/output objects
153
# here and store it in the "parent" `AppSession`. Especially, when
154
# combining pytest's `capsys` fixture and `create_app_session`, sys.stdin
155
# and sys.stderr are patched for every test, so we don't want to leak
0 commit comments