Fix typo
This commit is contained in:
parent
64ddd9075c
commit
d8fe0b6f50
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ _queueRunning = False
|
||||||
|
|
||||||
def slowWrite(window, text, pause = LETTER_PAUSE, fake_user = False):
|
def slowWrite(window, text, pause = LETTER_PAUSE, fake_user = False):
|
||||||
"""
|
"""
|
||||||
wrapper for curses.addstr() which writes the text slowely
|
wrapper for curses.addstr() which writes the text slowly
|
||||||
"""
|
"""
|
||||||
if not fake_user:
|
if not fake_user:
|
||||||
addSound("beep")
|
addSound("beep")
|
||||||
|
|
Loading…
Reference in a new issue