diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-25 07:16:56 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-25 07:17:13 +0100 |
commit | eb33dd8b76df22cbce1c30c905d5e729b5bc9ecd (patch) | |
tree | e55d31e464d4f583aaa84d8691d11b11bd7eec73 /issues.toml | |
parent | fe40934a1c98150ee6684a7cdd21bac640fd2ac8 (diff) |
fix puzzle name in issues.toml
Diffstat (limited to 'issues.toml')
-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>' |