Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 27, 2024
1 parent 0d3be90 commit f971b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uwtools/api/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def render(
to ``stdout``)
:param overrides: Supplemental override values
:param values_needed: Just report variables needed to render the template?
:param partial: Permit unrendered expressions in template?
:param partial: Permit unrendered expressions in output?
:param dry_run: Run in dry-run mode?
:return: ``True`` if Jinja2 template was successfully rendered, ``False`` otherwise
"""
Expand Down
2 changes: 1 addition & 1 deletion src/uwtools/config/jinja2.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def render(
:param output_file: Path to write rendered Jinja2 template to (None => write to stdout).
:param overrides: Supplemental override values.
:param values_needed: Just report variables needed to render the template?
:param partial: Permit unrendered expressions in template?
:param partial: Permit unrendered expressions in output?
:param dry_run: Run in dry-run mode?
:return: True if Jinja2 template was successfully rendered, False otherwise.
"""
Expand Down

0 comments on commit f971b53

Please sign in to comment.