fixed for-loop example

This commit is contained in:
Sebastian Raschka 2014-04-29 21:40:39 -04:00
parent 3e6588120f
commit 13046927a3

View File

@ -65,7 +65,7 @@
"- [Self-assessment exercise](#assessment)\n", "- [Self-assessment exercise](#assessment)\n",
"- [Conclusion](#conclusion) \n", "- [Conclusion](#conclusion) \n",
"- [Solutions](#solutions)\n", "- [Solutions](#solutions)\n",
"- [Warning: For-loop variables cutting into the global namespace](#for_loop)" "- [Warning: For-loop variables \"leaking\" into the global namespace](#for_loop)"
] ]
}, },
{ {
@ -941,7 +941,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Warning: For-loop variables cutting into the global namespace" "## Warning: For-loop variables \"leaking\" into the global namespace"
] ]
}, },
{ {