Skip to content

Commit

Permalink
remove scale in wald docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaYaobo committed Mar 29, 2023
1 parent c2d6fcc commit 3a4d0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3a4d0b3

Please sign in to comment.