diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-06-27 23:55:51 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-06-27 23:55:51 +0100 |
commit | a210303b0131a8f5f8fc6c3a2f905fdb76fd078e (patch) | |
tree | 6850aa184306ef9f1d837062bca2f2fb5faea5e5 | |
parent | 6a1bd5f9b90354f670a53b240a226f598ccf3170 (diff) | |
download | poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.tar.gz poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.tar.bz2 poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.tar.xz poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.zip |
Fix a typo.
-rw-r--r-- | poezio/poezio.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |