From b16f0333390eaed2b1e8a7a156fea8facba9e363 Mon Sep 17 00:00:00 2001
From: David Rafferty <drafferty@hs.uni-hamburg.de>
Date: Wed, 25 Nov 2020 09:18:10 +0100
Subject: [PATCH] Tweak comment

---
 lsmtool/skymodel.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lsmtool/skymodel.py b/lsmtool/skymodel.py
index 8fb577d..30e3c73 100644
--- a/lsmtool/skymodel.py
+++ b/lsmtool/skymodel.py
@@ -2396,13 +2396,13 @@ class SkyModel(object):
 
         Parameters
         ----------
+        cellsize : float
+            The cellsize in degrees for the output image.
         fileRoot : str, optional
             Filename root for the output FITS images. The images will be named
             fileRoot_0.fits, fileRoot_1.fits, etc. (one for each spectral term in
             the sky model). If writeRegionFile is True, a ds9 region file is also
             written as fileRoot.reg.
-        cellsize : float
-            The cellsize in degrees for the output image.
         writeRegionFile : bool, optional
             If True and the sky model is grouped into contiguous patches, a ds9 region
             file defining the Voronio patches will be written (this file is required
-- 
GitLab