Skip to content

Commit

Permalink
Even better query description
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 14, 2023
1 parent 7a6a045 commit c3c5ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mira/dkg/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class FluxSpanQuery(BaseModel):
model: Dict[str, Any] = Field(
...,
example=json.load(test_file_path.open()),
description="The model to recover the de-stratified model from",
description="The model to recover the ODE-semantics from.",
)


Expand Down

0 comments on commit c3c5ce6

Please sign in to comment.