From eb1fd8416fba6952b469c78533e69bf7713e2f01 Mon Sep 17 00:00:00 2001 From: Mo Kamioner Date: Wed, 15 Jul 2020 14:18:29 +0300 Subject: [PATCH] Change typo in config. https://www.youtube.com/watch?v=9ZEURntrQOg&t=138s --- src/lumigo_tracer/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lumigo_tracer/utils.py b/src/lumigo_tracer/utils.py index da9934e5..f160151e 100644 --- a/src/lumigo_tracer/utils.py +++ b/src/lumigo_tracer/utils.py @@ -80,7 +80,7 @@ def config( :param verbose: Whether the tracer should send all the possible information (debug mode) :param edge_host: The host to send the events. Leave empty for default. - :param should_report: Weather we should send the events. Change to True in the production. + :param should_report: Whether we should send the events. Change to True in the production. :param token: The token to use when sending back the events. :param enhance_print: Should we add prefix to the print (so the logs will be in the platform). :param step_function: Is this function is a part of a step function?