Skip to content

Commit

Permalink
Update src/raster/r.maxent.train/r.maxent.train.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edouard Choinière <[email protected]>
  • Loading branch information
ecodiv and echoix authored Feb 17, 2024
1 parent 45ccdea commit a2b7a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/r.maxent.train/r.maxent.train.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)
Expand Down

0 comments on commit a2b7a57

Please sign in to comment.