Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
elcarpenterNOAA committed Nov 2, 2024
1 parent 61c6f3a commit 5e45f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uwtools/config/jinja2.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def dereference(
values; render strings; convert values tagged with explicit types; and return objects of other
types unmodified. Rendering may fail for valid reasons -- notably a replacement value not being
available in the given context object. In such cases, return the original value: Any unrendered
Jinja2 syntax it contains may may be rendered by later processing with better context.
Jinja2 syntax it contains may be rendered by later processing with better context.
When rendering dict values, replacement values will be taken from, in priority order
1. The full context dict
Expand Down Expand Up @@ -335,7 +335,7 @@ def _supplement_values(
env: bool = False,
) -> dict:
"""
Optionally supplement values from given source with overrides and/or environment vairables.
Optionally supplement values from given source with overrides and/or environment variables.
:param values_src: Source of values to render the template.
:param values_format: Format of values when sourced from file.
Expand Down

0 comments on commit 5e45f27

Please sign in to comment.