Skip to content

Commit 52c2b26

Browse files
author
Mark Pilgrim
committed
typo
1 parent 2e88340 commit 52c2b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

your-first-python-program.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 id=declaringfunctions>Declaring Functions</h2>
8787

8888
<h3 id=optional-arguments>Optional and Named Arguments</h3>
8989

90-
<p>Python allows function arguments to have default values; if the function is called without the argument, the argument gets its default value. Futhermore, arguments can be specified in any order by using named arguments.
90+
<p>Python allows function arguments to have default values; if the function is called without the argument, the argument gets its default value. Furthermore, arguments can be specified in any order by using named arguments.
9191

9292
<p>Let&#8217;s take another look at that <code>approximate_size()</code> function declaration:
9393

0 commit comments

Comments
 (0)