Fix a typo.

This commit is contained in:
Emmanuel Gil Peyrot 2016-06-27 23:55:51 +01:00
parent 6a1bd5f9b9
commit a210303b01

View file

@ -44,7 +44,7 @@ Poezio is currently unable to read your input or draw its interface properly,\
def main(): def main():
""" """
Enter point Entry point.
""" """
sys.stdout.write("\x1b]0;poezio\x07") sys.stdout.write("\x1b]0;poezio\x07")
sys.stdout.flush() sys.stdout.flush()