diff options
Diffstat (limited to 'C++_from_the_Ground/Chapter_19(1).ipynb')
-rw-r--r-- | C++_from_the_Ground/Chapter_19(1).ipynb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/C++_from_the_Ground/Chapter_19(1).ipynb b/C++_from_the_Ground/Chapter_19(1).ipynb index 3c9ecd17..7f04b7ea 100644 --- a/C++_from_the_Ground/Chapter_19(1).ipynb +++ b/C++_from_the_Ground/Chapter_19(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:d2c5aefc81786f6e7a83b5f07eeb250789c73d2ab2ad23662758aa0cdec50617" + "signature": "sha256:20d38d92a3a25bc02f8bf5fb1b35ef1503e1987dff61d43c4881deab4561fe2c" }, "nbformat": 3, "nbformat_minor": 0, @@ -273,8 +273,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\n", - "#Template class\n", + " \n", "class myclass:\n", " def __init__(self,i):\n", " self.__a=i\n", |