Skip to content

Commit

Permalink
Fix a single-letter typo in a comment (#16699)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungol authored Dec 24, 2023
1 parent 3338c57 commit 92fa548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# 1. types.LiteralType's serialize and deserialize methods: this method
# needs to make sure it can convert the below types into JSON and back.
#
# 2. types.LiteralType's 'alue_repr` method: this method is ultimately used
# 2. types.LiteralType's 'value_repr` method: this method is ultimately used
# by TypeStrVisitor's visit_literal_type to generate a reasonable
# repr-able output.
#
Expand Down

0 comments on commit 92fa548

Please sign in to comment.