Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanna Haffner committed Feb 9, 2025
1 parent 3e5f1fc commit f8cfc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxtyping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class ScalarLike:
else:
import jax.typing

return jax.typing.ArrayLike
return Shaped[jax.typing.ArrayLike, ""]
elif item == "PyTree":
from ._pytree_type import PyTree

Expand Down

0 comments on commit f8cfc68

Please # to comment.