nixos/docs: fix typo
If that string wasn't a raw string, the "\n" in the second line won't get rendered as such, but as a space instead.
This commit is contained in:
@@ -726,7 +726,7 @@ class Machine:
|
||||
retry(tty_matches, timeout)
|
||||
|
||||
def send_chars(self, chars: str, delay: float | None = 0.01) -> None:
|
||||
"""
|
||||
r"""
|
||||
Simulate typing a sequence of characters on the virtual keyboard,
|
||||
e.g., `send_chars("foobar\n")` will type the string `foobar`
|
||||
followed by the Enter key.
|
||||
|
||||
Reference in New Issue
Block a user