mirror of
https://github.com/rasbt/python_reference.git
synced 2025-03-13 17:19:52 +00:00
fixed for-loop example
This commit is contained in:
parent
3e6588120f
commit
13046927a3
@ -65,7 +65,7 @@
|
||||
"- [Self-assessment exercise](#assessment)\n",
|
||||
"- [Conclusion](#conclusion) \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",
|
||||
"metadata": {},
|
||||
"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