Skip to content

Commit

Permalink
Update test to reflect new reality
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 3, 2024
1 parent 25c2d1a commit b5e10ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/xkcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def search(cls, text):
>>> Comic.search('Horse battery')
Comic(2241)
>>> Comic.search('ISO 8601')
Comic(1179)
Comic(2562)
>>> Comic.search('2013-02-27').title
'ISO 8601'
>>> Comic.search('2020-12-25').title
Expand Down

0 comments on commit b5e10ea

Please sign in to comment.