From 0ee2d2d62675e8f5abbd3260b7f991c383c19a4e Mon Sep 17 00:00:00 2001 From: Victor Khaustov <3192677+vi3itor@users.noreply.github.com> Date: Fri, 13 May 2022 18:28:52 +0900 Subject: [PATCH] Remove unnecessary comma --- tools_numpy.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_numpy.ipynb b/tools_numpy.ipynb index cf83526..2c509f6 100644 --- a/tools_numpy.ipynb +++ b/tools_numpy.ipynb @@ -5032,7 +5032,7 @@ "source": [ "# What's next?\n", "Now you know all the fundamentals of NumPy, but there are many more options available. The best way to learn more is to experiment with NumPy, and go through the excellent [reference documentation](https://numpy.org/doc/stable/reference/index.html) to find more functions and features you may be interested in." - ], + ] } ], "metadata": {