From 9b5202f404291ff78d17521fc578fcc1b5d6beed Mon Sep 17 00:00:00 2001 From: George Ogden Date: Wed, 10 Dec 2025 12:05:54 +0000 Subject: [PATCH] Import attrs instead of attr --- docs/source/additional_features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/additional_features.rst b/docs/source/additional_features.rst index e7c162a0b0df..ae12a7e0293d 100644 --- a/docs/source/additional_features.rst +++ b/docs/source/additional_features.rst @@ -135,7 +135,7 @@ Type annotations can be added as follows: .. code-block:: python - import attr + import attrs @attrs.define class A: