Skip to content

Commit

Permalink
Adding missing 'from'
Browse files Browse the repository at this point in the history
Following the form of the previous sentences.
  • Loading branch information
espinoza authored Nov 15, 2020
1 parent 5c5e392 commit fd08614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15567,7 +15567,7 @@ \section{Gathering keyword args}
%
You can call the keyword gathering parameter anything you want, but
{\tt kwargs} is a common choice. The result is a dictionary that maps
keywords to values:
from keywords to values:
\begin{verbatim}
>>> printall(1, 2.0, third='3')
Expand Down

0 comments on commit fd08614

Please sign in to comment.