We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0f9d0 commit dcffaf4Copy full SHA for dcffaf4
docs/quickstart.md
@@ -353,7 +353,7 @@ them being visible in the history.
353
>>> pane.send_keys('echo Howdy', enter=True, suppress_history=True)
354
```
355
356
-In this case, {meth}`Pane.send_keys` has " `echo hey`" written,
+In this case, {meth}`Pane.send_keys` has " `echo Howdy`" written,
357
automatically sent, the leading space character prevents adding it to the user's
358
shell history. Omitting `enter=false` means the default behavior (sending the
359
command) is done, without needing to use `pane.enter()` after.
0 commit comments