From 6c42e32d98aa2e04d446f31b8e667a280acf4b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 27 Jul 2016 02:01:51 +0200 Subject: Coding styles --- helpers/key.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/key.py') diff --git a/helpers/key.py b/helpers/key.py index 3c98ce7..2f94153 100644 --- a/helpers/key.py +++ b/helpers/key.py @@ -85,8 +85,8 @@ class Key(ButtonBehavior, Widget): 'source': 'loaded', 'dest': 'loaded_running', 'after': ['run_actions', 'finish'], - # if a child, like loaded_no_actions, has no transitions, then it is - # bubbled to the parent, and we don't want that. + # if a child, like loaded_no_actions, has no transitions, then it + # is bubbled to the parent, and we don't want that. 'conditions': ['is_loaded'] }, { -- cgit v1.2.3