Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/chap18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1661,7 +1661,7 @@
"id": "07be77f3",
"metadata": {},
"source": [
"In this example, the value of `kwargs` is printed, but otherwise is has no effect.\n",
"In this example, the value of `kwargs` is printed, but otherwise it has no effect.\n",
"\n",
"But the `**` operator can also be used in an argument list to unpack a dictionary.\n",
"For example, here's a version of `mean` that packs any keyword arguments it gets and then unpacks them as keyword arguments for `sum`."
Expand Down