Skip to content

Commit 21a9eb6

Browse files
authored
Fixed typo
From 'histrogram' to 'histogram'
1 parent 58ea4b6 commit 21a9eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/notebooks/FITS-images/FITS-images.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"## Summary\n",
1919
"\n",
20-
"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."
20+
"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."
2121
]
2222
},
2323
{

0 commit comments

Comments
 (0)