From 2b1e8411ab5eaa7e1349b78d03270ab02ae2950d Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 6 Oct 2014 16:52:53 +0200 Subject: Fix flake8 style nits --- client/modules/Life.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/modules/Life.py') diff --git a/client/modules/Life.py b/client/modules/Life.py index 4cafd75..658e5cf 100644 --- a/client/modules/Life.py +++ b/client/modules/Life.py @@ -13,7 +13,8 @@ def handle(text, mic, profile): Arguments: text -- user-input, typically transcribed speech mic -- used to interact with the user (for both input and output) - profile -- contains information related to the user (e.g., phone number) + profile -- contains information related to the user (e.g., phone + number) """ messages = ["It's 42, you idiot.", "It's 42. How many times do I have to tell you?"] -- cgit v1.3.1