From f93887aa21c8231e807bcd830f133dd1ab0de9be Mon Sep 17 00:00:00 2001 From: Olaf Schumann Date: Wed, 29 Sep 2021 17:07:31 +0200 Subject: [PATCH] Update docs/source/io_formats/settings.rst Co-authored-by: Paul Romano --- docs/source/io_formats/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/io_formats/settings.rst b/docs/source/io_formats/settings.rst index b76b23e63..e73bcff28 100644 --- a/docs/source/io_formats/settings.rst +++ b/docs/source/io_formats/settings.rst @@ -619,7 +619,7 @@ variable and whose sub-elements/attributes are as follows: :type: The type of the distribution. Valid options are "uniform", "discrete", - "tabular", "maxwell", "watt", and "mixture". The "uniform" option producess + "tabular", "maxwell", "watt", and "mixture". The "uniform" option produces variates sampled from a uniform distribution over a finite interval. The "discrete" option produces random variates that can assume a finite number of values (i.e., a distribution characterized by a probability mass function).