Skip to content

Commit

Permalink
Update src/uwtools/config/support.py
Browse files Browse the repository at this point in the history
Co-authored-by: Emily Carpenter <[email protected]>
  • Loading branch information
maddenp-noaa and elcarpenterNOAA authored Jun 14, 2024
1 parent 4b1e372 commit 1f42edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/config/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def format_to_config(fmt: str) -> Type:

def from_od(d: Union[OrderedDict, Dict]) -> dict:
"""
Returns a (nested) dict with content equivalent to the given (nested) OrdereDict.
Returns a (nested) dict with content equivalent to the given (nested) OrderedDict.
:param d: A (possibly nested) OrderedDict.
"""
Expand Down

0 comments on commit 1f42edd

Please sign in to comment.