]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed typo with asynccontextmanager code example (GH-8845)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Aug 2018 02:51:10 +0000 (22:51 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Aug 2018 02:51:10 +0000 (22:51 -0400)
commit1f9621cb9b0d1f5c9d28e095db31d8c12e58c932
treeb4605903d9c5f8925b78d44db2408aadaf8b976d
parent7b0ed43af55c1e2844aa0ccd5e088b2ddd38dbdb
Fixed typo with asynccontextmanager code example (GH-8845)

`yield conn`, instead of just `yield`.
(cherry picked from commit 416cbce22d5d8879986125f07b3e293421bc975d)

Co-authored-by: Alexander Vasin <hi@alvass.in>
Doc/library/contextlib.rst