remove scale in wald docstring

This commit is contained in:
jiayaobo 2023-03-29 11:39:49 +08:00
parent c2d6fcc0e6
commit 3a4d0b3552

View File

@ -2069,7 +2069,7 @@ def wald(key: KeyArray,
Returns:
A random array with the specified dtype and with shape given by ``shape`` if
``shape`` is not None, or else by ``mean.shape`` and ``scale.shape``.
``shape`` is not None, or else by ``mean.shape``.
"""
key, _ = _check_prng_key(key)
if not dtypes.issubdtype(dtype, np.floating):