Skip to content

Commit

Permalink
docs: Fix minor typo in conf.py (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaincom authored Jan 17, 2025
1 parent 14d8c23 commit 0214b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"../examples/getting_started/plot_working_with_projects",
"../examples/getting_started/plot_tracking_items",
"../examples/model_evaluation",
"../examples/model_evaluation/plot_train_test_split"
"../examples/model_evaluation/plot_train_test_split",
"../examples/model_evaluation/plot_cross_validate",
]

Expand Down

0 comments on commit 0214b92

Please sign in to comment.