From a2b7a578682c84e1dfa1c2068cda56e587b87510 Mon Sep 17 00:00:00 2001 From: Paulo van Breugel Date: Sat, 17 Feb 2024 14:49:48 +0100 Subject: [PATCH] Update src/raster/r.maxent.train/r.maxent.train.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com> --- src/raster/r.maxent.train/r.maxent.train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raster/r.maxent.train/r.maxent.train.py b/src/raster/r.maxent.train/r.maxent.train.py index 64290df430..87e4decb48 100755 --- a/src/raster/r.maxent.train/r.maxent.train.py +++ b/src/raster/r.maxent.train/r.maxent.train.py @@ -704,7 +704,7 @@ def main(options, flags): valtype = "subsampling" msg = ( "A {0} with {1} replications was carried out.\n" - "The average and standard deviaton of the AUC of the" + "The average and standard deviation of the AUC of the" "\n {1} submodels are presented below.\n\n".format( valtype, options["replicates"] )