Skip to content

Commit

Permalink
Adjust comment as per code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Oct 2, 2023
1 parent 45152aa commit d896047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ class CustomObject:
framework.commit()

def test_mutable_types(self):
# Test and validation functions in a list of 2-tuples.
# Test and validation functions in a list of tuples.
# Assignment and keywords like del are not supported in lambdas
# so functions are used instead.
test_case = typing.Tuple[
Expand Down

0 comments on commit d896047

Please sign in to comment.