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

Commit 7a2a652

Browse files
authored
Update README.rst
Fix suggested by @diraol
1 parent 086e3a6 commit 7a2a652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

18-asyncio-py3.7/README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
44
http://shop.oreilly.com/product/0636920032519.do
55

66
##################################################################
7-
NOTE: this "18b" directory contains the examples of chapter 18
8-
rewritten using the new async/await syntax available in Python 3.5
9-
ONLY, instead of the "yield-from" syntax which works since Python
10-
3.3 (and will still work with Python 3.5).
7+
NOTE: this directory contains the examples of chapter 18
8+
rewritten using the new async/await syntax available from Python
9+
3.5+, instead of the "yield-from" syntax of Python 3.3 and 3.4.
10+
The code was tested with Python 3.7
1111
##################################################################

0 commit comments

Comments
 (0)