From 12256224d2ab31a12b8d62a423347d20cf0a0611 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 23 May 2011 19:30:47 -0400 Subject: documentation update --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.py') 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 ... -- cgit