diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-05-23 19:30:47 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-05-23 19:30:47 -0400 |
commit | 12256224d2ab31a12b8d62a423347d20cf0a0611 (patch) | |
tree | 9f9c100281b43c141937717743dabfed7c2437ac /config.py | |
parent | 9fe74c6643a5643ca65c0cc859db9149bbe47ea3 (diff) | |
download | lecrunch-12256224d2ab31a12b8d62a423347d20cf0a0611.tar.gz lecrunch-12256224d2ab31a12b8d62a423347d20cf0a0611.tar.bz2 lecrunch-12256224d2ab31a12b8d62a423347d20cf0a0611.zip |
documentation update
Diffstat (limited to 'config.py')
-rwxr-xr-x | config.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ... |