From bcf88fc2b3795b19cb99ac565964a088f86c5faa Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 23 Oct 2024 13:06:05 -0700 Subject: [PATCH] Update doc/api-docs/scripting.rst Co-authored-by: Emily Soth <43770515+emlys@users.noreply.github.com> --- doc/api-docs/scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api-docs/scripting.rst b/doc/api-docs/scripting.rst index b7c153d6e..0669c9f28 100644 --- a/doc/api-docs/scripting.rst +++ b/doc/api-docs/scripting.rst @@ -226,7 +226,7 @@ Example: Saving model log messages to a file When you save a model run to a python script, InVEST will automatically include code to write all logging to your console while it executes. But sometimes, -it's useful to save log messages from th emodel to a file. This can be done by +it's useful to save log messages from the model to a file. This can be done by adding a few lines of code to the script, just after the existing logging code: