Skip to content

Commit

Permalink
Merge pull request DoubleML#213 from DoubleML/s-incr-dev
Browse files Browse the repository at this point in the history
Fix typo in the doc string
  • Loading branch information
SvenKlaassen authored Sep 18, 2023
2 parents 0851e88 + 6eb73ba commit 0594682
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 0594682

Please sign in to comment.