From 5144e88dfb2d941510196205d9f08435c38d6e2d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 14 Apr 2022 15:12:43 -0700 Subject: [PATCH] PEP 681: grammar tweak --- pep-0681.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0681.rst b/pep-0681.rst index 82e8b1ca8..8ee2761bc 100644 --- a/pep-0681.rst +++ b/pep-0681.rst @@ -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