Update docs 2.
This commit is contained in:
parent
faeeaa2a7a
commit
dfe86a797d
|
@ -90,7 +90,7 @@ This behaves like collapsing the first dimension of the iterable.
|
||||||
|
|
||||||
| Name | Description | Default Value |
|
| Name | Description | Default Value |
|
||||||
| :------------- | :------------- | :------------- |
|
| :------------- | :------------- | :------------- |
|
||||||
| <a id="collections.flatten-iterable"></a>iterable | An iterable of iterables to be collapsed to a list. | none |
|
| <a id="collections.flatten-iterable"></a>iterable | An iterable to be collapsed to a list. | none |
|
||||||
|
|
||||||
**RETURNS**
|
**RETURNS**
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ def _flatten(iterable):
|
||||||
This behaves like collapsing the first dimension of the iterable.
|
This behaves like collapsing the first dimension of the iterable.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
iterable: An iterable of iterables to be collapsed to a list.
|
iterable: An iterable to be collapsed to a list.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A new list with the collapsed elements from `iterable`.
|
A new list with the collapsed elements from `iterable`.
|
||||||
|
|
Loading…
Reference in New Issue