diff options
-rw-r--r-- | issues.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/issues.toml b/issues.toml index faafb9e..c8611f5 100644 --- a/issues.toml +++ b/issues.toml @@ -3,4 +3,4 @@ recursive_types = '<a href="https://github.com/python/mypy/issues/731">issue 731 typevar_constrained = '<a href="https://github.com/python/mypy/issues/11880">issue 11880</a>' [pytype] -enum_in_literal = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' +literal_enum_name = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' |