documentation changes to 18b examples

This commit is contained in:
Luciano Ramalho
2015-07-14 01:07:17 -03:00
parent 9b7ee1c0b8
commit b7073cd021
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# spinner_asyncio.py
# spinner_await.py
# credits: Example by Luciano Ramalho inspired by
# Michele Simionato's multiprocessing example in the python-list:
# https://mail.python.org/pipermail/python-list/2009-February/538048.html
# BEGIN SPINNER_ASYNCIO
# BEGIN SPINNER_AWAIT
import asyncio
import itertools
import sys
@@ -47,4 +47,4 @@ def main():
if __name__ == '__main__':
main()
# END SPINNER_ASYNCIO
# END SPINNER_AWAIT