Skip to content

Commit 306f20d

Browse files
space
1 parent 6e603a5 commit 306f20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2__python_self_study_1/just_enough_python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ print(eight) # 8
423423

424424
# --- test the function with assertions ---
425425

426-
assert add(3, 4) == 7, '3 + 4 = 7'
426+
assert add(3, 4) == 7, '3 + 4 = 7'
427427
assert add(2, 6) == 7, '2 + 6 = 8'
428428

429429
zero = add(-1, 1)

0 commit comments

Comments
 (0)