Skip to content

Commit 5e3d379

Browse files
committed
docstring fixes to 17-futures/countries/flags3_* examples
1 parent 8dbcd26 commit 5e3d379

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

17-futures/countries/flags3_asyncio.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
"""Download flags of countries (with error handling).
2-
3-
asyncio version using thread pool to save files
4-
5-
Sample run::
6-
7-
$
1+
"""Download flags and names of countries.
82
3+
asyncio version
94
"""
105

116
import asyncio

17-futures/countries/flags3_threadpool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
"""Download flags and names of countries.
22
33
ThreadPool version
4-
5-
Sample run::
6-
7-
84
"""
95

106
import collections
2.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)