From c3c5ce6c15baaddc8a820583289c9e97ed32b3e2 Mon Sep 17 00:00:00 2001 From: kkaris Date: Fri, 14 Jul 2023 10:29:38 -0400 Subject: [PATCH] Even better query description --- mira/dkg/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mira/dkg/model.py b/mira/dkg/model.py index c156e4e03..d0ef3b25a 100644 --- a/mira/dkg/model.py +++ b/mira/dkg/model.py @@ -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.", )