This repository was archived by the owner on May 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11Asyncio documentation
22=====================
33
4- * Online doc: http ://asyncio.readthedocs.io/
5- * GitHub: https://github.com/haypo /asyncio-doc
4+ * Online doc: https ://asyncio.readthedocs.io/
5+ * GitHub: https://github.com/asyncio-doc /asyncio-doc
66* AsyncIO documentation is written with `Sphinx <http://www.sphinx-doc.org/ >`_.
77
88
@@ -50,4 +50,4 @@ See also
5050
5151* https://github.com/python/asyncio
5252* http://krondo.com/an-introduction-to-asynchronous-programming-and-twisted/
53- * http ://curio.readthedocs.io/en/latest/tutorial.html
53+ * https ://curio.readthedocs.io/en/latest/tutorial.html
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ HTTP client example:
77.. literalinclude :: examples/http_client.py
88
99For more information, see `aiohttp documentation
10- <http ://aiohttp.readthedocs.io/> `_.
10+ <https ://aiohttp.readthedocs.io/> `_.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Simple example
66==============
77
88A simple producer/consumer example, using an `asyncio.Queue
9- <http ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue> `_:
9+ <https ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue> `_:
1010
1111.. literalinclude :: examples/producer_consumer.py
1212
@@ -16,11 +16,11 @@ Using task_done()
1616
1717
1818A simple producer/consumer example, using `Queue.task_done
19- <http ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done> `_
19+ <https ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done> `_
2020and `Queue.join
21- <http ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.join> `_:
21+ <https ://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.join> `_:
2222
2323.. literalinclude :: examples/producer_consumer_2.py
2424
2525For more information, see the `asyncio queue documentation
26- <http ://docs.python.org/3/library/asyncio-queue.html> `_.
26+ <https ://docs.python.org/3/library/asyncio-queue.html> `_.
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ Install with::
362362 $ pip install aiohttp
363363
364364
365- .. _aiohttp : http ://aiohttp.readthedocs.io/en/stable/
365+ .. _aiohttp : https ://aiohttp.readthedocs.io/en/stable/
366366
367367The whole program looks like this:
368368
You can’t perform that action at this time.
0 commit comments