Skip to content

Commit b5e936d

Browse files
authored
Point to data class transform PEP (#1223)
PEP 689 is the unstable C API tier; PEP 681 is data class transforms.
1 parent 26d8dd7 commit b5e936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can only use this trick to tell *Mypy* that a class is actually an *attrs* c
9494

9595
### Pyright
9696

97-
Generic decorator wrapping is supported in [*Pyright*](https://github.com/microsoft/pyright) via `typing.dataclass_transform` / {pep}`689`.
97+
Generic decorator wrapping is supported in [*Pyright*](https://github.com/microsoft/pyright) via `typing.dataclass_transform` / {pep}`681`.
9898

9999
For a custom wrapping of the form:
100100

0 commit comments

Comments
 (0)