mirror of
https://github.com/rasbt/python_reference.git
synced 2025-03-15 10:09:54 +00:00
fixed for-loop example
This commit is contained in:
parent
3e6588120f
commit
13046927a3
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user