diff options
Diffstat (limited to 'Lib/dos-8x3/queue.py')
-rwxr-xr-x | Lib/dos-8x3/queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dos-8x3/queue.py b/Lib/dos-8x3/queue.py index cb04006..9d5f799 100755 --- a/Lib/dos-8x3/queue.py +++ b/Lib/dos-8x3/queue.py @@ -119,7 +119,7 @@ class Queue: def _qsize(self): return len(self.queue) - # Check wheter the queue is empty + # Check whether the queue is empty def _empty(self): return not self.queue |