aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rwxr-xr-xconfig.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ade1cb9..8628dde 100644
--- a/README
+++ b/README
@@ -36,9 +36,9 @@ Currently, this README file is the only documentation.
Bug Reports
-----------
-Please send bug reports to <telatorre@gmail.com>
+Please send bug reports to <tlatorre9@gmail.com>
That's all folks!
-----------------
---Anthony LaTorre <telatorre@gmail.com> \ No newline at end of file
+--Anthony LaTorre <tlatorre9@gmail.com> \ No newline at end of file
diff --git a/config.py b/config.py
index 8df9635..b55c5f5 100755
--- a/config.py
+++ b/config.py
@@ -21,8 +21,8 @@ attributes to a hdf5 file. Settings can be loaded from either source.
Examples:
Save/load settings to/from a pickled dictionary.
- >>> settings.py save mysettings.pkl
- >>> settings.py load mysettings.pkl
+ >>> config.py save mysettings.pkl
+ >>> config.py load mysettings.pkl
sending TIME_DIV
sending COMM_FORMAT
...