mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
nixos/docs: fix typo (#372394)
This commit is contained in:
commit
58edd1e2ac
@ -772,7 +772,7 @@ class Machine:
|
|||||||
retry(tty_matches, timeout)
|
retry(tty_matches, timeout)
|
||||||
|
|
||||||
def send_chars(self, chars: str, delay: float | None = 0.01) -> None:
|
def send_chars(self, chars: str, delay: float | None = 0.01) -> None:
|
||||||
"""
|
r"""
|
||||||
Simulate typing a sequence of characters on the virtual keyboard,
|
Simulate typing a sequence of characters on the virtual keyboard,
|
||||||
e.g., `send_chars("foobar\n")` will type the string `foobar`
|
e.g., `send_chars("foobar\n")` will type the string `foobar`
|
||||||
followed by the Enter key.
|
followed by the Enter key.
|
||||||
|
Loading…
Reference in New Issue
Block a user