diff --git a/scrython/cards/search.py b/scrython/cards/search.py index 8e19d1e..1458a6d 100644 --- a/scrython/cards/search.py +++ b/scrython/cards/search.py @@ -53,7 +53,7 @@ class Search(FoundationObject): Exception: If the 'q' parameter is not provided. Exception: If the object returned is an error. - Example usage: + Examples: >>> search = scrython.cards.Search(q="++e:A25", order="spoiled") >>> search.data() """