Edited phrasing

This commit is contained in:
Jeremiah Ticket 2016-10-02 10:28:51 -08:00
parent 0c3c8354ba
commit 91c9260570

View File

@ -27,7 +27,7 @@ class command():
self.env['runtime']['outputManager'].presentText("blank" ,interrupt=True) self.env['runtime']['outputManager'].presentText("blank" ,interrupt=True)
else: else:
self.env['runtime']['outputManager'].presentText(currChar ,interrupt=True, ignorePunctuation=True, announceCapital=True) self.env['runtime']['outputManager'].presentText(currChar ,interrupt=True, ignorePunctuation=True, announceCapital=True)
self.env['runtime']['outputManager'].presentText("begin of line", interrupt=False) self.env['runtime']['outputManager'].presentText("beginning of line", interrupt=False)
def setCallback(self, callback): def setCallback(self, callback):
pass pass