Unverified Commit 9d2d70be authored by Anton Mosich's avatar Anton Mosich
Browse files

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.
parent 5032d16b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.