Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 15, 2024
1 parent 2310c9e commit f6011a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss_parser/models/types/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Tag(pydantic_generics.GenericModel, Generic[T]):
>>> m.width.content
48
>>> type(m.width), type(m.width.content)
(<class 'rss_parser.models.image.Tag[int]'>, <class 'int'>)
(<class 'rss_parser.models.rss.image.Tag[int]'>, <class 'int'>)
>>> # The attributes are empty by default
>>> m.width.attributes
{}
Expand Down

0 comments on commit f6011a7

Please sign in to comment.