Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyttsx/drivers/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def endLoop(self):
'''
Stops a previously started run loop.

@precondition: A previous call to L{startLoop} suceeded and there was
@precondition: A previous call to L{startLoop} succeeded and there was
no intervening call to L{endLoop}.
'''
self._looping = False
Expand Down Expand Up @@ -151,7 +151,7 @@ def stop(self):

def getProperty(self, name):
'''
Gets a property value of the speech engine. The suppoted properties
Gets a property value of the speech engine. The supported properties
and their values are:

voices: List of L{voice.Voice} objects supported by the driver
Expand Down