Skip to content

Commit d60690a

Browse files
committed
Do same for python3 flavor
1 parent 1deb6ea commit d60690a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python3/koans/about_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_plus_concatenates_strings(self):
6363
self.assertEqual(__, string)
6464

6565
def test_adjacent_strings_are_concatenated_automatically(self):
66-
string = "Hello" ", " "World"
66+
string = "Hello" ", " "world"
6767
self.assertEqual(__, string)
6868

6969
def test_plus_will_not_modify_original_strings(self):

0 commit comments

Comments
 (0)