From b6cd5a0847edf45756122bec00b2a1efae1f5672 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 7 Jul 2023 14:36:55 +0200 Subject: [PATCH] Semantic linefeeds --- changelog.d/1158.change.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog.d/1158.change.md b/changelog.d/1158.change.md index 34fe04be..044d53b2 100644 --- a/changelog.d/1158.change.md +++ b/changelog.d/1158.change.md @@ -1,3 +1 @@ -Type stubs now use `typing.dataclass_transform` to decorate dataclass-like -decorators, instead of the non-standard `__dataclass_transform__` special -form, which is only supported by pyright. +Type stubs now use `typing.dataclass_transform` to decorate dataclass-like decorators, instead of the non-standard `__dataclass_transform__` special form, which is only supported by Pyright.