Updated search docs

This commit is contained in:
Nanda Scott 2018-10-27 22:24:01 -04:00
parent cb341a5f55
commit e8c9e130c2
1 changed files with 1 additions and 1 deletions

View File

@ -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()
"""