From 2116cd908c0d297e48d00e3d9aef4bbafdae7152 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sun, 28 Oct 2018 00:32:06 -0400 Subject: [PATCH] Checking formatting --- Autocomplete.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Autocomplete.md b/Autocomplete.md index 293cc2d..ea7a488 100644 --- a/Autocomplete.md +++ b/Autocomplete.md @@ -25,7 +25,7 @@ N/A |Exception|If the object returned is an error.| ## Examples -``` +```python >>> auto = scrython.cards.Autocomplete(q="Thal") >>> auto.total_items() ``` @@ -33,6 +33,7 @@ N/A ## Methods ### `object()` +--- ``` Returns the type of object it is. @@ -43,6 +44,7 @@ Returns the type of object it is. ``` ### `total_values()` +--- ``` How many items are returned in `data` @@ -52,6 +54,7 @@ How many items are returned in `data` ``` ### `data()` +--- ``` The list of potential autocompletes