From fd243ff44ff3b0216fc3a5f4322cdd85d62293dd Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 9 Nov 2010 15:03:15 -0500 Subject: [PATCH] Fix typo in DataLog docstring. --- data_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2