From 413d8539d58fd90364265507ed96e5634ce944d2 Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Sun, 9 Apr 2023 10:21:23 +0100 Subject: [PATCH] Remove stray characters in docstring --- core/src/toga/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/toga/app.py b/core/src/toga/app.py index 700ec2af5d..ddc6633b84 100644 --- a/core/src/toga/app.py +++ b/core/src/toga/app.py @@ -125,7 +125,7 @@ def on_close(self, handler): class App: - """The App is xx the top level of any GUI program. It is the manager of all + """The App is the top level of any GUI program. It is the manager of all the other bits of the GUI app: the main window and events that window generates like user input.