From 1a000fb59f065d07e450e13ed00599ae50248b55 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sun, 28 Oct 2018 00:24:33 -0400 Subject: [PATCH] Checking formatting --- Autocomplete.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Autocomplete.md b/Autocomplete.md index b0bafef..507c81b 100644 --- a/Autocomplete.md +++ b/Autocomplete.md @@ -28,4 +28,15 @@ N/A ``` >>> auto = scrython.cards.Autocomplete(q="Thal") >>> auto.total_items() -``` \ No newline at end of file +``` + +## Methods + +### `object()` + +Returns the type of object it is. + (card, error, etc) + + Returns: + string: The type of object + \ No newline at end of file