Skip to content

Commit 687e035

Browse files
authored
Merge pull request AllenDowney#73 from jorgelespinoza/patch-15
Adding missing 'from'
2 parents 5c5e392 + fd08614 commit 687e035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15567,7 +15567,7 @@ \section{Gathering keyword args}
1556715567
%
1556815568
You can call the keyword gathering parameter anything you want, but
1556915569
{\tt kwargs} is a common choice. The result is a dictionary that maps
15570-
keywords to values:
15570+
from keywords to values:
1557115571
1557215572
\begin{verbatim}
1557315573
>>> printall(1, 2.0, third='3')

0 commit comments

Comments
 (0)