Text had ```Python (capitalized), which renders fine in the local

notebook, nbviewer, and elsewhere, but not on github for some reason.
This commit is contained in:
Roger Labbe 2017-01-14 15:11:32 -08:00
parent 8463014958
commit 6dc3dbaef9

View File

@ -2260,7 +2260,7 @@
"source": [
"`update` also takes several arguments, but for now you will be interested in these four:\n",
" \n",
"```Python\n",
"```python\n",
"update(x, P, z, R)\n",
"```\n",
" \n",
@ -2315,8 +2315,9 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [default]",
"language": "python",
"name": "python3"
},