From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/log.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/log.py') diff --git a/python/log.py b/python/log.py index 4997b222..ab763f44 100644 --- a/python/log.py +++ b/python/log.py @@ -60,7 +60,7 @@ def log(level, text): def log_debug(text): """ - ``log_debug`` Logs debuging information messages to the console. + ``log_debug`` Logs debugging information messages to the console. :param str text: message to print :rtype: None @@ -165,7 +165,7 @@ def log_to_stderr(min_level): def log_to_file(min_level, path, append = False): """ - ``log_to_file`` redirects minimum log level to a file named ``path``, optionally appending rather than overwritting. + ``log_to_file`` redirects minimum log level to a file named ``path``, optionally appending rather than overwriting. :param int min_level: minimum level to log to :param str path: path to log to -- cgit v1.3.1