From 23fbc00961abd63b68668b9b01979c0ef51858c9 Mon Sep 17 00:00:00 2001 From: Henry Leung Date: Wed, 19 Jun 2024 16:02:50 -0400 Subject: [PATCH] fix typo in doc --- docs/source/matplotlib_single.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/matplotlib_single.rst b/docs/source/matplotlib_single.rst index ebcbad6..6a85fe2 100644 --- a/docs/source/matplotlib_single.rst +++ b/docs/source/matplotlib_single.rst @@ -147,7 +147,7 @@ You can also plot in different wavelength # setup a MWSkyMap instance with projection, other projection can be 'hammer', 'mollweide' etc # grid: whether to show the Galactic grid - mw1 = MWSkyMap(projection="aitoff", wavelength="gamam") + mw1 = MWSkyMap(projection="aitoff", wavelength="gamma") # set up plot title mw1.title = "LMC and SMC in Green dots" @@ -167,7 +167,7 @@ You can also plot in different wavelength # setup a MWSkyMap instance with projection, other projection can be 'hammer', 'mollweide' etc # grid: whether to show the Galactic grid - mw1 = MWSkyMap(projection="aitoff", wavelength="gamam") + mw1 = MWSkyMap(projection="aitoff", wavelength="gamma") # set up plot title mw1.title = "LMC and SMC in red dots with Galactic Grid"