diff options
Diffstat (limited to 'C++_from_the_Ground/Chapter_22(1).ipynb')
-rw-r--r-- | C++_from_the_Ground/Chapter_22(1).ipynb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/C++_from_the_Ground/Chapter_22(1).ipynb b/C++_from_the_Ground/Chapter_22(1).ipynb index 8c26974a..39b8cb88 100644 --- a/C++_from_the_Ground/Chapter_22(1).ipynb +++ b/C++_from_the_Ground/Chapter_22(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:53f00d75f5adfa37af0d8067426691c881e1b4ea1e38045c3a67a88230ca00f5" + "signature": "sha256:2d1838d005f866ea4e20c93ff6de54ebfd0d0c26c2e3055fc05467a06502c1dc" }, "nbformat": 3, "nbformat_minor": 0, @@ -248,8 +248,7 @@ "input": [ "\n", "import inspect\n", - "\n", - "#Returns the current line number in our program.\n", + " \n", "def lineno():\n", " return inspect.currentframe().f_back.f_lineno\n", " \n", |