Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
Co-authored-by: Harvey Devereux <[email protected]>
  • Loading branch information
ElliottKasoar and harveydevereux committed Oct 31, 2024
1 parent f7f4e6b commit 763cb86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions janus_core/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ def _build_filename(

def none_to_dict(dictionaries: Sequence[Optional[dict]]) -> Generator[dict, None, None]:
"""
Ensure dictionaries that may be None are dictionaires.
Ensure dictionaries that may be None are dictionaries.
Parameters
----------
dictionaries : Sequence[dict]
Sequence of dictionaries that be be None.
dictionaries : Sequence[Optional[dict]]
Sequence of dictionaries that could be None.
Yields
------
Expand Down

0 comments on commit 763cb86

Please sign in to comment.