From c4b0b9d898ff958dcaa422e9fc6d554eafb284d5 Mon Sep 17 00:00:00 2001 From: MalikIdreesHasanKhan <77000356+MalikIdreesHasanKhan@users.noreply.github.com> Date: Fri, 1 Oct 2021 14:21:27 +0530 Subject: DOC: Fix typos in the random and f2py documentation. (#20004) * Fix typos --- numpy/random/src/distributions/random_hypergeometric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random') diff --git a/numpy/random/src/distributions/random_hypergeometric.c b/numpy/random/src/distributions/random_hypergeometric.c index 0da49bd62..d8510bfca 100644 --- a/numpy/random/src/distributions/random_hypergeometric.c +++ b/numpy/random/src/distributions/random_hypergeometric.c @@ -155,7 +155,7 @@ static int64_t hypergeometric_hrua(bitgen_t *bitgen_state, c = sqrt(var + 0.5); /* - * h is 2*s_hat (See Stadlober's theses (1989), Eq. (5.17); or + * h is 2*s_hat (See Stadlober's thesis (1989), Eq. (5.17); or * Stadlober (1990), Eq. 8). s_hat is the scale of the "table mountain" * function that dominates the scaled hypergeometric PMF ("scaled" means * normalized to have a maximum value of 1). -- cgit v1.2.1