Skip to content

Commit f1bcf3b

Browse files
Merge pull request jax-ml#27821 from j-towns:clarify-make-jaxpr-docstr
PiperOrigin-RevId: 745216259
2 parents 76825a2 + bc11a63 commit f1bcf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jax/_src/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ def make_jaxpr(
22242224
return_shape: bool = False,
22252225
abstracted_axes: Any | None = None,
22262226
) -> Callable[..., core.ClosedJaxpr | tuple[core.ClosedJaxpr, Any]]:
2227-
"""Creates a function that produces its jaxpr given example args.
2227+
"""Create a function that returns the jaxpr of ``fun`` given example args.
22282228
22292229
Args:
22302230
fun: The function whose ``jaxpr`` is to be computed. Its positional

0 commit comments

Comments
 (0)