diff options
Diffstat (limited to 'coverage/env.py')
-rw-r--r-- | coverage/env.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/env.py b/coverage/env.py index ab9dbe92..cf91f747 100644 --- a/coverage/env.py +++ b/coverage/env.py @@ -87,7 +87,7 @@ class PYBEHAVIOR(object): # Python 3.9a2 changed how return/finally was traced, but it was # temporary. - bug39114 = (PYVERSION == (3, 9, 0, 'alpha', 2, 0)) + bpo39114 = (PYVERSION == (3, 9, 0, 'alpha', 2, 0)) # Coverage.py specifics. |