Skip to content

Commit 05ecaf0

Browse files
committed
docs: updated spacing in comment
1 parent 5276c48 commit 05ecaf0

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/eodm/serializers.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ def id(self) -> str: ...
1010

1111

1212
def id_serializer(items: Iterable[Mappable]) -> Iterable[str]:
13-
"""
14-
Serializes a list of Mappables (implementing to_dict()) to a list of ids
13+
"""Serializes a list of Mappables (implementing to_dict()) to a list of ids
14+
15+
1516
Args:
1617
items (Iterable[Mappable]): A collection of Mappable items
18+
1719
Returns:
1820
Iterable[str]: item as a string
21+
1922
Yields:
2023
Iterator[Iterable[str]]: Collection of ids
2124
"""

0 commit comments

Comments
 (0)