mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
This commit is contained in:
parent
aaa28832fd
commit
5ee2404d1e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Local worker thread:
|
|||
|
||||
Process #1..n:
|
||||
- reads _CallItems from "Call Q", executes the calls, and puts the resulting
|
||||
_ResultItems in "Request Q"
|
||||
_ResultItems in "Result Q"
|
||||
"""
|
||||
|
||||
__author__ = 'Brian Quinlan (brian@sweetapp.com)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue