Skip to content

Commit 92fa548

Browse files
authored
Fix a single-letter typo in a comment (#16699)
1 parent 3338c57 commit 92fa548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# 1. types.LiteralType's serialize and deserialize methods: this method
5757
# needs to make sure it can convert the below types into JSON and back.
5858
#
59-
# 2. types.LiteralType's 'alue_repr` method: this method is ultimately used
59+
# 2. types.LiteralType's 'value_repr` method: this method is ultimately used
6060
# by TypeStrVisitor's visit_literal_type to generate a reasonable
6161
# repr-able output.
6262
#

0 commit comments

Comments
 (0)