Skip to content

Commit

Permalink
Fix #67
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Mar 27, 2020
1 parent 5a2aafd commit 423ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05_pet_breeds.ipynb
Expand Up @@ -1254,7 +1254,7 @@
"Does \"logarithm\" ring a bell? The logarithm function has this identity:\n",
"\n",
"```\n",
"y = a**b\n",
"y = b**a\n",
"a = log(y,b)\n",
"```\n",
"\n",
Expand Down

0 comments on commit 423ed1b

Please sign in to comment.