Skip to content

Commit

Permalink
Fixed typo in doc about weighted statistics (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored Apr 2, 2024
1 parent 46207f8 commit 907a8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/recipe/preprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ Calculate the global non-weighted root mean square:
global_mean:
area_statistics:
operator: rms
weighted: false
weights: false
.. warning::

The disabling of weights by specifying the keyword argument ``weights:
False`` needs to be used with great care; from a scientific standpoint, we
false`` needs to be used with great care; from a scientific standpoint, we
strongly recommend to **not** use it!


Expand Down

0 comments on commit 907a8a2

Please sign in to comment.