Checking formatting
This commit is contained in:
parent
03bd6ab213
commit
2116cd908c
|
@ -25,7 +25,7 @@ N/A
|
||||||
|Exception|If the object returned is an error.|
|
|Exception|If the object returned is an error.|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
```
|
```python
|
||||||
>>> auto = scrython.cards.Autocomplete(q="Thal")
|
>>> auto = scrython.cards.Autocomplete(q="Thal")
|
||||||
>>> auto.total_items()
|
>>> auto.total_items()
|
||||||
```
|
```
|
||||||
|
@ -33,6 +33,7 @@ N/A
|
||||||
## Methods
|
## Methods
|
||||||
|
|
||||||
### `object()`
|
### `object()`
|
||||||
|
---
|
||||||
|
|
||||||
```
|
```
|
||||||
Returns the type of object it is.
|
Returns the type of object it is.
|
||||||
|
@ -43,6 +44,7 @@ Returns the type of object it is.
|
||||||
|
|
||||||
```
|
```
|
||||||
### `total_values()`
|
### `total_values()`
|
||||||
|
---
|
||||||
|
|
||||||
```
|
```
|
||||||
How many items are returned in `data`
|
How many items are returned in `data`
|
||||||
|
@ -52,6 +54,7 @@ How many items are returned in `data`
|
||||||
|
|
||||||
```
|
```
|
||||||
### `data()`
|
### `data()`
|
||||||
|
---
|
||||||
|
|
||||||
```
|
```
|
||||||
The list of potential autocompletes
|
The list of potential autocompletes
|
||||||
|
|
Loading…
Reference in New Issue