From 0869f4154108b94f9bc250eb03e7139eba15339a Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Thu, 12 May 2016 16:20:56 -0600
Subject: [PATCH] Update put_timeseries not implemented exception message

---
 geomagio/TimeseriesFactory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/TimeseriesFactory.py b/geomagio/TimeseriesFactory.py
index b97e99dc..2a99522f 100644
--- a/geomagio/TimeseriesFactory.py
+++ b/geomagio/TimeseriesFactory.py
@@ -190,7 +190,7 @@ class TimeseriesFactory(object):
                     self.write_file(fh, url_data, channels)
                 except NotImplementedError:
                     raise NotImplementedError(
-                            '"get_timeseries" not implemented')
+                            '"put_timeseries" not implemented')
 
     def write_file(self, fh, timeseries, channels):
         """Write timeseries data to the given file object.
-- 
GitLab