docs/streaming_how_to.rst: Update 'async' to 'is_async' for Python >= 3.7
authorcclauss <3709715+cclauss@users.noreply.github.com>
Sat, 22 Dec 2018 13:38:52 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Dec 2018 13:38:52 +0000 (14:38 +0100)
commite5d877c9e93a3fbdb005d4c5a2cfc446e4a40923
tree3c8451c79f94757eac2707a6e113fff43f4bc60e
parent3df387deb4af34ef92c13a48cf19be957f4e2464
docs/streaming_how_to.rst: Update 'async' to 'is_async' for Python >= 3.7

'__async__' is a reserved word in Python >= 3.7 so the current call is a syntax error.
docs/streaming_how_to.rst