Skip to content

Commit 8bd0acd

Browse files
Remove typo
1 parent 6b6a83d commit 8bd0acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def _setup_test(
288288
) -> tuple[CausalTestEngine, Estimator]:
289289
"""Create the necessary inputs for a single test case
290290
:param causal_test_case: The concrete test case to be executed
291-
`:param test: Single JSON test definition stored in a mapping (dict)`
291+
:param test: Single JSON test definition stored in a mapping (dict)
292292
:param conditions: A list of conditions which should be applied to the
293293
data. Conditions should be in the query format detailed at
294294
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.query.html

0 commit comments

Comments
 (0)