Skip to content

Commit 97412ba

Browse files
author
Austin Taylor
authored
Update python_expert_notebook.ipynb
1 parent c36d325 commit 97412ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_expert_notebook.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
"source": [
886886
"print('add(10)', timer(add, 10))\n",
887887
"print('add(20, 30)', timer(add, 20, 30))\n",
888-
"print('add(\"a\", \"b\"', timer(add, \"a\", \"b\"))"
888+
"print('add(\"a\", \"b\")', timer(add, \"a\", \"b\"))"
889889
]
890890
},
891891
{

0 commit comments

Comments
 (0)