Skip to content

Commit

Permalink
fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKlaassen committed Sep 18, 2023
1 parent 0851e88 commit 6eb73ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doubleml/double_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ def sensitivity_benchmark(self, benchmarking_set):
Returns a DataFrame containing the corresponding values for cf_y, cf_d, rho and the change in estimates.
Returns
-------
benchmark_results ::lass:`pandas.DataFrame`
benchmark_results : pandas.DataFrame
Benchmark results.
"""
x_list_long = self._dml_data.x_cols
Expand Down

0 comments on commit 6eb73ba

Please sign in to comment.