From 8cf7b0a2e073e6c9287cef4355bfa3e6cf32d514 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 4 Sep 2021 08:09:01 +1000 Subject: [PATCH] docs: Fix a few typos There are small typos in: - pyttsx/drivers/dummy.py Fixes: - Should read `supported` rather than `suppoted`. - Should read `succeeded` rather than `suceeded`. --- pyttsx/drivers/dummy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyttsx/drivers/dummy.py b/pyttsx/drivers/dummy.py index f717831..2bcfe9c 100644 --- a/pyttsx/drivers/dummy.py +++ b/pyttsx/drivers/dummy.py @@ -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 @@ -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