]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add note about early adopters on Alternate Form
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 5 Dec 2022 20:16:08 +0000 (21:16 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 5 Dec 2022 20:16:08 +0000 (21:16 +0100)
typing_doc.md

index af6995b07a13983dffe27eca7d67d2fc4edf1326..84554828b340bea5913232660369e752029a5b6c 100644 (file)
@@ -150,6 +150,8 @@ def __typing_doc__(
 
 And then they can use it in the same places they would use `doc()`.
 
+This alternate form can be used by early adopters including libraries, linters, editors, type checkers, documentation generation tools and others.
+
 **Note**: this mimics and blatantly copies the pattern from the early versions of the [`dataclass_transform` specification](https://github.com/microsoft/pyright/blob/main/specs/dataclass_transforms.md#alternate-form).
 
 ## Rejected Ideas