mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue