doc: tweaks to examples/demo/multistroke/main.py

This commit is contained in:
Zen-CODE 2015-04-04 17:58:01 +02:00
parent e1fb25b012
commit 240ce422a0
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ name the gesture, and add it to the database, then simliar gestures in the
future will be recognized. You can load and save databases of gestures
in .kg files.
This demonstration code is many files, with this being the primary file.
This demonstration code spans many files, with this being the primary file.
The information pop-up ('No match') comes from the file helpers.py.
The history pane is managed in the file historymanager.py and described
in the file historymanager.kv. The database pane and storage is managed in