From e8c9e130c28b1d83580836cdb9a196f81f616593 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sat, 27 Oct 2018 22:24:01 -0400 Subject: [PATCH] Updated search docs --- scrython/cards/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() """