docstring fixes to 17-futures/countries/flags3_* examples

This commit is contained in:
Luciano Ramalho 2015-07-13 22:52:20 -03:00
parent 8dbcd26feb
commit 5e3d37936e
3 changed files with 2 additions and 11 deletions

View File

@ -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

View File

@ -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

Binary file not shown.