Skip to content

Commit 0594682

Browse files
authored
Merge pull request #213 from DoubleML/s-incr-dev
Fix typo in the doc string
2 parents 0851e88 + 6eb73ba commit 0594682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubleml/double_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ def sensitivity_benchmark(self, benchmarking_set):
18751875
Returns a DataFrame containing the corresponding values for cf_y, cf_d, rho and the change in estimates.
18761876
Returns
18771877
-------
1878-
benchmark_results ::lass:`pandas.DataFrame`
1878+
benchmark_results : pandas.DataFrame
18791879
Benchmark results.
18801880
"""
18811881
x_list_long = self._dml_data.x_cols

0 commit comments

Comments
 (0)