docstring fixes to 17-futures/countries/flags3_* examples
This commit is contained in:
parent
8dbcd26feb
commit
5e3d37936e
@ -1,11 +1,6 @@
|
|||||||
"""Download flags of countries (with error handling).
|
"""Download flags and names of countries.
|
||||||
|
|
||||||
asyncio version using thread pool to save files
|
|
||||||
|
|
||||||
Sample run::
|
|
||||||
|
|
||||||
$
|
|
||||||
|
|
||||||
|
asyncio version
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
"""Download flags and names of countries.
|
"""Download flags and names of countries.
|
||||||
|
|
||||||
ThreadPool version
|
ThreadPool version
|
||||||
|
|
||||||
Sample run::
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
BIN
attic/concurrency/flags/fixture.tar.gz
Normal file
BIN
attic/concurrency/flags/fixture.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user