Skip to content

Commit 655ae98

Browse files
committed
missing punctuation
1 parent d034cb3 commit 655ae98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jep/12049-type-annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ To move forward with type annotations, we will do the following:
207207

208208
- `NDArray` / `ArrayLike`
209209
- `Dtype` / `DtypeLike` (Check on capitalization of the `t`: what do other projects use?)
210-
- `Shape` `NamedShape` / `ShapeLike`
210+
- `Shape` / `NamedShape` / `ShapeLike`
211211
- Move the `jnp.ndarray` definition into `typing.ndarray`; continue aliasing it at its current location.
212212

213213
3. Once this is implemented, use these new typing definitions to comprehensively annotate functions within `jax.lax` according to the guidelines above.

0 commit comments

Comments
 (0)