PEP 681: grammar tweak

This commit is contained in:
Brett Cannon 2022-04-14 15:12:43 -07:00 committed by GitHub
parent 3f6aec0937
commit 5144e88dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ certain features or make small adjustments to the way they use them.
That's already true for the Mypy custom plugins, which
don't support every feature of every dataclass-like library.
As new features are added to dataclass in the future, we intend, when
As new features are added to dataclasses in the future, we intend, when
appropriate, to add support for those features on
``dataclass_transform`` as well. Keeping these two feature sets in
sync will make it easier for dataclass users to understand and use