From 1f4b95bc14af7e6b600aafd31e78ef66c56a1dfc Mon Sep 17 00:00:00 2001
From: pcain-usgs <pcain@usgs.gov>
Date: Tue, 2 Jul 2019 15:04:14 -0600
Subject: [PATCH] Fixes issue 119

Changes comments in parse_string function from the comments contained in the IAGA2002 file
---
 geomagio/TimeseriesFactory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/TimeseriesFactory.py b/geomagio/TimeseriesFactory.py
index 19b8fdca..bb8c0bd1 100644
--- a/geomagio/TimeseriesFactory.py
+++ b/geomagio/TimeseriesFactory.py
@@ -144,7 +144,7 @@ class TimeseriesFactory(object):
         Parameters
         ----------
         data : str
-            string containing parsable content. 
+            string containing parsable content.
         Raises
         -------
         NotImplementedError
-- 
GitLab