修改错别字

pull/132/head
a16su 2 years ago
parent bbbed5b14b
commit 2a1bb23990
No known key found for this signature in database
GPG Key ID: DEF8F41D496E237C

@ -88,7 +88,7 @@ comments: true
```python title="queue.py"
""" 初始化队列 """
# 在 Python 中,我们一般将双向队列类 deque 看队列使用
# 在 Python 中,我们一般将双向队列类 deque 看队列使用
# 虽然 queue.Queue() 是纯正的队列类,但不太好用,因此不建议
que = collections.deque()

Loading…
Cancel
Save