Skip to content

Commit

Permalink
Simplify some docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp committed Feb 15, 2024
1 parent f9fa2cf commit 4d2e3a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/uwtools/api/fv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def execute(
Otherwise, the forecast will be run directly on the current system.
:param task: The task to execute
:param config_file: Path to UW YAML config file
:param config_file: Path to YAML config file
:param cycle: The cycle to run
:param batch: Submit run to the batch system
:param dry_run: Do not run forecast, just report what would have been done
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/api/sfc_climo_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def execute(
Otherwise, the forecast will be run directly on the current system.
:param task: The task to execute
:param config_file: Path to UW YAML config file
:param config_file: Path to YAML config file
:param batch: Submit run to the batch system
:param dry_run: Do not run forecast, just report what would have been done
:return: True if task completes without raising an exception
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/rocoto.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def validate_rocoto_xml_string(xml: str) -> bool:

class _RocotoXML:
"""
Generate a Rocoto XML document from a UW YAML config.
Generate a Rocoto XML document from a YAML config.
"""

def __init__(self, config: Union[dict, YAMLConfig, Optional[Path]] = None) -> None:
Expand Down

0 comments on commit 4d2e3a0

Please sign in to comment.