Update docs/examples/events/prevent.py

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2023-02-24 12:02:56 +00:00
committed by GitHub
parent 217956bbdf
commit 63438f170d

View File

@@ -18,7 +18,7 @@ class PreventApp(App):
def on_input_changed(self) -> None:
"""Called as the user types."""
self.bell() # (2)
self.bell() # (2)!
if __name__ == "__main__":