Skip to content

Commit dcffaf4

Browse files
committed
docs(quickstart): Typo, re #403
1 parent 9a0f9d0 commit dcffaf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ them being visible in the history.
353353
>>> pane.send_keys('echo Howdy', enter=True, suppress_history=True)
354354
```
355355

356-
In this case, {meth}`Pane.send_keys` has " `echo hey`" written,
356+
In this case, {meth}`Pane.send_keys` has " `echo Howdy`" written,
357357
automatically sent, the leading space character prevents adding it to the user's
358358
shell history. Omitting `enter=false` means the default behavior (sending the
359359
command) is done, without needing to use `pane.enter()` after.

0 commit comments

Comments
 (0)