From 03bd6ab213fa31843156eeb4ddb5ee76e2c15dcb Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sun, 28 Oct 2018 00:29:24 -0400 Subject: [PATCH] Checking formatting --- Autocomplete.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Autocomplete.md b/Autocomplete.md index 4ac3835..293cc2d 100644 --- a/Autocomplete.md +++ b/Autocomplete.md @@ -42,3 +42,21 @@ Returns the type of object it is. string: The type of object ``` +### `total_values()` + +``` +How many items are returned in `data` + + Returns: + int: The number of items in the `data` key + +``` +### `data()` + +``` +The list of potential autocompletes + + Returns: + list: A list of possible corrections + +``` \ No newline at end of file