summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-27 23:55:51 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-27 23:55:51 +0100
commita210303b0131a8f5f8fc6c3a2f905fdb76fd078e (patch)
tree6850aa184306ef9f1d837062bca2f2fb5faea5e5
parent6a1bd5f9b90354f670a53b240a226f598ccf3170 (diff)
downloadpoezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.tar.gz
poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.tar.bz2
poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.tar.xz
poezio-a210303b0131a8f5f8fc6c3a2f905fdb76fd078e.zip
Fix a typo.
-rw-r--r--poezio/poezio.py2
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()