Unverified Commit 58edd1e2 authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/docs: fix typo (#372394)

parents 4ae67c71 9d2d70be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -772,7 +772,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.