Skip to content

Commit 073338e

Browse files
Update c09_functions.py (alexmojaki#500)
Verbose instruction
1 parent c86b99c commit 073338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chapters/c09_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def print_twice(x: str):
200200

201201
class print_many(VerbatimStep):
202202
"""
203-
Functions can have many parameters. Here's an example:
203+
Functions can have many parameters. Try the below example:
204204
205205
__program_indented__
206206
"""

0 commit comments

Comments
 (0)