From cfd6865cd028fd18544433c034f54e98772c02a0 Mon Sep 17 00:00:00 2001
From: David Rafferty <drafferty@hs.uni-hamburg.de>
Date: Thu, 21 Mar 2019 09:55:04 +0100
Subject: [PATCH] Update

---
 lsmtool/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lsmtool/__init__.py b/lsmtool/__init__.py
index 1e79e8c..57cfb69 100644
--- a/lsmtool/__init__.py
+++ b/lsmtool/__init__.py
@@ -35,9 +35,9 @@ def load(fileName, beamMS=None, VOPosition=None, VORadius=None):
     Parameters
     ----------
     fileName : str
-        Name of input ASCII file from which the sky model is read (must respect
-        the makesourcedb format) or name of VO service to query (must be one of
-        'WENSS', 'NVSS', or 'GSM'), or dict (single source only)
+        Input ASCII file from which the sky model is read (must respect the
+        makesourcedb format), name of VO service to query (must be one of
+        'WENSS', 'NVSS', 'TGSS', or 'GSM'), or dict (single source only)
     beamMS : str, optional
         Measurement set from which the primary beam will be estimated. A
         column of attenuated Stokes I fluxes will be added to the table
-- 
GitLab