From f6011a794b8b80aef5622dd2eb6a835cf8cd48c3 Mon Sep 17 00:00:00 2001 From: dhvcc Date: Fri, 16 Feb 2024 00:47:59 +0300 Subject: [PATCH] Fix doctest --- rss_parser/models/types/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss_parser/models/types/tag.py b/rss_parser/models/types/tag.py index 6168f96..4b4e29c 100644 --- a/rss_parser/models/types/tag.py +++ b/rss_parser/models/types/tag.py @@ -28,7 +28,7 @@ class Tag(pydantic_generics.GenericModel, Generic[T]): >>> m.width.content 48 >>> type(m.width), type(m.width.content) - (, ) + (, ) >>> # The attributes are empty by default >>> m.width.attributes {}