Skip to content

Commit ea57bea

Browse files
authored
Fix typo
1 parent da92f29 commit ea57bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/utils/metaprogramming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def build_env(
280280
env: Dictionary to store the env.
281281
name: Name of the object in the env.
282282
path: The module path to serialize. Other modules will not be walked and treated as imports.
283-
is_metadata_obj: An optional flag that determins whether the input object is metadata-only.
283+
is_metadata_obj: An optional flag that determines whether the input object is metadata-only.
284284
"""
285285
# We don't rely on `env` to keep track of visited objects, because it's populated in post-order
286286
visited: t.Set[str] = set()

0 commit comments

Comments
 (0)