From 21a9eb624da4f77c5d2be0eb3bbf37943a3a7651 Mon Sep 17 00:00:00 2001 From: Joseph Schlitz Date: Wed, 6 Feb 2019 23:17:44 -0500 Subject: [PATCH] Fixed typo From 'histrogram' to 'histogram' --- tutorials/notebooks/FITS-images/FITS-images.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/notebooks/FITS-images/FITS-images.ipynb b/tutorials/notebooks/FITS-images/FITS-images.ipynb index c7aa2c1dc..26417273c 100755 --- a/tutorials/notebooks/FITS-images/FITS-images.ipynb +++ b/tutorials/notebooks/FITS-images/FITS-images.ipynb @@ -17,7 +17,7 @@ "\n", "## Summary\n", "\n", - "This tutorial demonstrates the use of `astropy.utils.data` to download a data file, then uses `astropy.io.fits` to open the file, and lastly uses `matplotlib` to view the image with different color scales and stretches and to make histrograms. In this tutorial we've also included a demonstration of simple image stacking." + "This tutorial demonstrates the use of `astropy.utils.data` to download a data file, then uses `astropy.io.fits` to open the file, and lastly uses `matplotlib` to view the image with different color scales and stretches and to make histograms. In this tutorial we've also included a demonstration of simple image stacking." ] }, {