Checking formatting

This commit is contained in:
Nanda Scott 2018-10-28 00:29:24 -04:00
parent bfb67868b0
commit 03bd6ab213
1 changed files with 18 additions and 0 deletions

View File

@ -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
```