From 0edab9d15ccbbffa1ef06e3f1655b9a14bcabca1 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Thu, 12 May 2016 16:18:53 -0600
Subject: [PATCH] Update stream factory put_timeseries comments

---
 geomagio/iaga2002/StreamIAGA2002Factory.py | 2 +-
 geomagio/pcdcp/StreamPCDCPFactory.py       | 2 +-
 geomagio/temperature/StreamTEMPFactory.py  | 2 +-
 geomagio/vbf/StreamVBFFactory.py           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/geomagio/iaga2002/StreamIAGA2002Factory.py b/geomagio/iaga2002/StreamIAGA2002Factory.py
index 83ab08a37..208a190ba 100644
--- a/geomagio/iaga2002/StreamIAGA2002Factory.py
+++ b/geomagio/iaga2002/StreamIAGA2002Factory.py
@@ -35,7 +35,7 @@ class StreamIAGA2002Factory(IAGA2002Factory):
         """Implements put_timeseries
 
         Notes: Calls IAGA2002Factory.write_file in place of
-            IAGA2002Factory.get_timeseries. This can result in a
+            IAGA2002Factory.put_timeseries. This can result in a
             non-standard IAGA2002 file, specifically one of longer then
             expected length.
         """
diff --git a/geomagio/pcdcp/StreamPCDCPFactory.py b/geomagio/pcdcp/StreamPCDCPFactory.py
index 2aee680d9..c7bc52925 100644
--- a/geomagio/pcdcp/StreamPCDCPFactory.py
+++ b/geomagio/pcdcp/StreamPCDCPFactory.py
@@ -35,7 +35,7 @@ class StreamPCDCPFactory(PCDCPFactory):
         """Implements put_timeseries
 
         Notes: Calls PCDCPFactory.write_file in place of
-            PCDCPFactory.get_timeseries. This can result in a
+            PCDCPFactory.put_timeseries. This can result in a
             non-standard PCDCP file, specifically one of longer than
             expected length.
         """
diff --git a/geomagio/temperature/StreamTEMPFactory.py b/geomagio/temperature/StreamTEMPFactory.py
index 3aa2d940e..45e46cbf8 100644
--- a/geomagio/temperature/StreamTEMPFactory.py
+++ b/geomagio/temperature/StreamTEMPFactory.py
@@ -35,7 +35,7 @@ class StreamTEMPFactory(TEMPFactory):
         """Implements put_timeseries
 
         Notes: Calls TEMPFactory.write_file in place of
-            TEMPFactory.get_timeseries. This can result in a
+            TEMPFactory.put_timeseries. This can result in a
             non-standard TEMP file, specifically one of longer than
             expected length.
         """
diff --git a/geomagio/vbf/StreamVBFFactory.py b/geomagio/vbf/StreamVBFFactory.py
index 8fdeb5498..fa604a9f1 100644
--- a/geomagio/vbf/StreamVBFFactory.py
+++ b/geomagio/vbf/StreamVBFFactory.py
@@ -37,7 +37,7 @@ class StreamVBFFactory(VBFFactory):
         """Implements put_timeseries
 
         Notes: Calls VBFFactory.write_file in place of
-            VBFFactory.get_timeseries. This can result in a
+            VBFFactory.put_timeseries. This can result in a
             non-standard VBF file, specifically one of longer than
             expected length.
         """
-- 
GitLab