Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed May 6, 2023
1 parent f4060d7 commit 828929a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vyper/semantics/types/bytestrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ class _BytestringT(VyperType):
Private base class for single-value types which occupy multiple memory slots
and where a maximum length must be given via a subscript (string, bytes).
Types for literals are initialized to the literal's length, but typechecking is
relaxed so that the length can be widened by deriving the larger of the common
types during annotation.
Types for literals are initialized to the literal's length.
Attributes
----------
Expand Down

0 comments on commit 828929a

Please sign in to comment.