summaryrefslogtreecommitdiff
path: root/C++_from_the_Ground/Chapter_20(2).ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'C++_from_the_Ground/Chapter_20(2).ipynb')
-rw-r--r--C++_from_the_Ground/Chapter_20(2).ipynb7
1 files changed, 3 insertions, 4 deletions
diff --git a/C++_from_the_Ground/Chapter_20(2).ipynb b/C++_from_the_Ground/Chapter_20(2).ipynb
index e56ad6fd..8771c6cd 100644
--- a/C++_from_the_Ground/Chapter_20(2).ipynb
+++ b/C++_from_the_Ground/Chapter_20(2).ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
- "signature": "sha256:c2dea3221dd29327bd680c1c48d2d9bcb943c373644635507698dc8145b7a0c6"
+ "signature": "sha256:aed4cbb1750b5cf45152f9d0ded2a9f36978f3177285c38b159fb79a8b0d35e4"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -104,7 +104,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'\n",
+ " \n",
"class CounterNameSpace:\n",
" upperbound=None\n",
" lowerbound=None\n",
@@ -290,8 +290,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\n",
- "#functions\n",
+ " \n",
"def vline(i):\n",
" for j in xrange(i,0,-1):\n",
" print \"|\"\n",