Skip to content

Commit

Permalink
minor: slightly better docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Apr 20, 2024
1 parent 6432c94 commit d9706b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spond/exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read_poll(fpath: Path) -> Iterator[tuple[User, Optional[set[str]]]]:
Yields
------
Iterator
tuple[User, set[str] | None]
Users and which options they voted for.
Empty set if they voted blank;
None if they did not vote.
Expand Down Expand Up @@ -91,13 +91,13 @@ def read_members(fpath: Path) -> Iterator[UserExt]:
Parameters
----------
fpath : Path
fpath
Path to .xlsx file.
Yields
------
Iterator
User information
UserExt
Extended user information
Raises
------
Expand Down

0 comments on commit d9706b1

Please sign in to comment.