bpo-40462: fix variable and function names (GH-19832)

Automerge-Triggered-By: @vstinner
This commit is contained in:
Furkan Önder 2020-05-01 15:49:35 +03:00 committed by GitHub
parent 8727664557
commit 719e14d283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View file

@ -50,7 +50,7 @@ class ClearTest(unittest.TestCase):
nonlocal endly
try:
yield
inner()
self.inner()
finally:
endly = True
gen = g()