From: W. Trevor King Date: Tue, 9 Nov 2010 20:03:15 +0000 (-0500) Subject: Fix typo in DataLog docstring. X-Git-Url: http://git.tremily.us/?p=data_logger.git;a=commitdiff_plain Fix typo in DataLog docstring. --- diff --git a/data_logger.py b/data_logger.py index 5b2f8e9..54857a1 100644 --- a/data_logger.py +++ b/data_logger.py @@ -98,7 +98,7 @@ class DataLog (object): `log_dir` sets the base data directory. If it doesn't exist, `log_dir` is created. - If log_dir begins with '$DEFAULT$/', that portion of the path + If log_dir begins with '${DEFAULT}/', that portion of the path is replaced with the then-current contents of the `DEFAULT_PATH` module global.