From a210303b0131a8f5f8fc6c3a2f905fdb76fd078e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 27 Jun 2016 23:55:51 +0100 Subject: Fix a typo. --- poezio/poezio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/poezio.py b/poezio/poezio.py index cf66826a..15da5334 100644 --- a/poezio/poezio.py +++ b/poezio/poezio.py @@ -44,7 +44,7 @@ Poezio is currently unable to read your input or draw its interface properly,\ def main(): """ - Enter point + Entry point. """ sys.stdout.write("\x1b]0;poezio\x07") sys.stdout.flush() -- cgit v1.2.3