summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()