diff --git a/_posts/python/statistical/box/box.ipynb b/_posts/python/statistical/box/box.ipynb index 93c8e2f87026..876b373bbd8d 100755 --- a/_posts/python/statistical/box/box.ipynb +++ b/_posts/python/statistical/box/box.ipynb @@ -574,7 +574,7 @@ "\n", "from numpy import * \n", "\n", - "N = 30. # Number of boxes\n", + "N = 30 # Number of boxes\n", "\n", "# generate an array of rainbow colors by fixing the saturation and lightness of the HSL representation of colour \n", "# and marching around the hue. \n",