lol

nixos/docs: fix typo (#372394)

authored by

K900 and committed by
GitHub
58edd1e2 4ae67c71

+1 -1
+1 -1
nixos/lib/test-driver/src/test_driver/machine.py
··· 772 772 retry(tty_matches, timeout) 773 773 774 774 def send_chars(self, chars: str, delay: float | None = 0.01) -> None: 775 - """ 775 + r""" 776 776 Simulate typing a sequence of characters on the virtual keyboard, 777 777 e.g., `send_chars("foobar\n")` will type the string `foobar` 778 778 followed by the Enter key.