Skip to content

Commit 5bd28aa

Browse files
authored
robot-name: Typo in comment (exercism#2213)
Noticed a small typo in a comment in the test.
1 parent b4bc89a commit 5bd28aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/robot-name/robot_name_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class RobotNameTest(unittest.TestCase):
8-
# assertRegex() alias to adress DeprecationWarning
8+
# assertRegex() alias to address DeprecationWarning
99
# assertRegexpMatches got renamed in version 3.2
1010
if not hasattr(unittest.TestCase, "assertRegex"):
1111
assertRegex = unittest.TestCase.assertRegexpMatches

0 commit comments

Comments
 (0)