Point to data class transform PEP (#1223)

PEP 689 is the unstable C API tier; PEP 681 is data class transforms.
This commit is contained in:
Tim D. Smith 2024-01-05 01:03:24 -08:00 committed by GitHub
parent 26d8dd7957
commit b5e936df55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ You can only use this trick to tell *Mypy* that a class is actually an *attrs* c
### Pyright
Generic decorator wrapping is supported in [*Pyright*](https://github.com/microsoft/pyright) via `typing.dataclass_transform` / {pep}`689`.
Generic decorator wrapping is supported in [*Pyright*](https://github.com/microsoft/pyright) via `typing.dataclass_transform` / {pep}`681`.
For a custom wrapping of the form: