diff --git a/geomagio/iaga2002/StreamIAGA2002Factory.py b/geomagio/iaga2002/StreamIAGA2002Factory.py index 83ab08a377da1b823e5d099b0c78a76383798dab..208a190ba37d1d2feb46cc5dfca57627a6045c3f 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 2aee680d9b104e739bf18c1e378fcf5d67121fe1..c7bc52925715911ea57a19a2f50c83f68acfa3b3 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 3aa2d940e5bcbe67b1ce5240147e6263fad56535..45e46cbf8734ba289658af71e65b77bfe38e5e8e 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 8fdeb54988cb2365859c1674144e63368d4b7b93..fa604a9f152bd81555873c2da29c10d622325353 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. """