From cb11a93b2285de8bfb84f5a0b82480f7a3195c95 Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:06:15 -0700 Subject: [PATCH] doc tweaks --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index b0a6e36..c1ad912 100644 --- a/API.md +++ b/API.md @@ -205,7 +205,7 @@ which will apply the import hook to all modules whose names start with either `f jaxtyping should be compatible with static type checkers (the big three are `mypy`, `pyright`, `pytype`) out of the box. -Due to limitations of static type checkers, only the array type (JAX array vs NumPy array vs PyTorch tensor vs TensorFlow tensor) is checked. Shape and dtype are not checked. [See the FAQ](./FAQ.md#what-about-pep-646-and-variadic-generics) for more details. +Due to limitations of static type checkers, only the array type (JAX array vs NumPy array vs PyTorch tensor vs TensorFlow tensor) is checked. Shape and dtype are not checked. [See the FAQ](./FAQ.md) for more details. ## Abstract base classes