From a05e293a219f0fbaf4301fa7a292b9578a523675 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Wed, 28 Jun 2000 14:48:01 +0000 Subject: typos fixed by Rob Hooft --- Lib/dos-8x3/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/dos-8x3/queue.py') diff --git a/Lib/dos-8x3/queue.py b/Lib/dos-8x3/queue.py index cb04006f11..9d5f79980c 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 -- cgit v1.2.1