Skip to content

Commit

Permalink
Fix typo in docs (#18)
Browse files Browse the repository at this point in the history
* Fix typo.

* Fix typo.
  • Loading branch information
kklein authored Jun 20, 2024
1 parent edad6bb commit 67725ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/example_reuse.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
" n_variants=2,\n",
")\n",
"\n",
"rlearner_new.fit(\n",
"drlearner.fit(\n",
" X=df[feature_columns],\n",
" y=df[outcome_column],\n",
" w=df[treatment_column],\n",
Expand Down

0 comments on commit 67725ae

Please sign in to comment.