Skip to content

Commit

Permalink
Merge pull request #15283 from JiaYaobo:fix_wald_doc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520364879
  • Loading branch information
jax authors committed Mar 29, 2023
2 parents 2d94f76 + 3a4d0b3 commit cfa330b
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 cfa330b

Please sign in to comment.