Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit c548eb3

Browse files
committed
fix errors
1 parent 980307c commit c548eb3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

getting_started.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Platform specific
4242
-----------------
4343

4444
.. would be good to have some word about installing on Windows
45+
4546
* Windows: The easiest way to use Python 3.5 would be to use a package manager
4647
such as conda. See the installation instructions above.
4748
* Mac OS X: Install `Homebrew </usr/bin/ruby -e "$(curl -fsSL

glossary.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ Glossary
2121

2222
future
2323
It's like a mailbox where you can subscribe to receive a result when it
24-
will be done. More details in `official documentation
24+
will be done. More details in `official future documentation
2525
<https://docs.python.org/3/library/asyncio-task.html#future>`_
2626

2727
task
2828
It represents the execution of a coroutine and take care the result in a
29-
future. More details in `official documentation
29+
future. More details in `official task documentation
3030
<https://docs.python.org/3/library/asyncio-task.html#task>`_
31+

0 commit comments

Comments
 (0)