Skip to content

Commit

Permalink
fix link in docs (#7166)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Aug 17, 2023
1 parent 78e2c2c commit fc07fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/visual_studio_code.md
Expand Up @@ -283,7 +283,7 @@ This is a limitation of dataclass transforms and cannot be fixed in pydantic.

These details are only useful for other library authors, etc.

This additional editor support works by implementing the proposed draft standard for [Dataclass Transform](https://github.com/microsoft/pyright/blob/master/specs/dataclass_transforms.md).
This additional editor support works by implementing the proposed draft standard for [Dataclass Transform (PEP 681)](https://peps.python.org/pep-0681/).

The proposed draft standard is written by Eric Traut, from the Microsoft team, the same author of the open source package Pyright (used by Pylance to provide Python support in VS Code).

Expand Down

0 comments on commit fc07fb1

Please sign in to comment.