From ddea3cbb6fbdb41e9a704660c00d7398c02a844a Mon Sep 17 00:00:00 2001 From: Ben <16917183+bencrts@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:29:15 +0100 Subject: [PATCH] Update nd.py --- estimator/nd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estimator/nd.py b/estimator/nd.py index 7526c8f..2e3b9d1 100644 --- a/estimator/nd.py +++ b/estimator/nd.py @@ -318,7 +318,7 @@ def TUniform(b, n=None): >>> from estimator.nd import NoiseDistribution as ND >>> ND.TUniform(0) D(σ=0.58) - >>> ND.Uniform(4) + >>> ND.TUniform(4) D(σ=9.24) """