Replace "the the " with "the "

This commit is contained in:
Anton Mosich
2025-08-26 16:13:19 +02:00
committed by Seth Ladygo
parent 65816093c4
commit 543c43f078
16 changed files with 18 additions and 18 deletions

View File

@ -100,7 +100,7 @@ EXPR (or #t for all). Returns #f if undefined."
(average (map func (mu:message-list expr))))
(define* (mu:stddev func #:optional (expr #t))
"Get the standard deviation the the values of FUNC applied to all
"Get the standard deviation the values of FUNC applied to all
messages matching EXPR (or #t for all). This is the 'population' stddev,
not the 'sample' stddev. Returns #f if undefined."
(stddev (map func (mu:message-list expr))))