Skip to content

Commit

Permalink
doc string edits
Browse files Browse the repository at this point in the history
  • Loading branch information
elcarpenterNOAA committed Jul 22, 2024
1 parent 03c41c2 commit 9f36312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/api/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def tasks(module: str, classname: str) -> dict[str, str]:
Returns a mapping from task names to their one-line descriptions.
:param module: Name of driver module.
:param classname: Class of driver object to instantiate.
:param classname: Name of driver class to instantiate.
"""
if not (class_ := _get_driver_class(module, classname)):
log.error("Could not get tasks from class %s in module %s", classname, module)
Expand Down

0 comments on commit 9f36312

Please sign in to comment.