Skip to content

Commit

Permalink
Fix moves documentation typos (#488)
Browse files Browse the repository at this point in the history
This commit fixes a display issue in the class reference, as well
as a typo in the same sentence.
  • Loading branch information
teobouvard committed Nov 2, 2023
1 parent 4c3bfd2 commit e672a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/moves.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"source": [
"For \"lightly\" multimodal problems like these, some combination of the {class}`moves.DEMove` and {class}`moves.DESnookerMove` can often perform better than the default.\n",
"In this case, let's use a weighted mixture of the two moves.\n",
"In deatil, this means that, at each step, we'll randomly select either a :class:`moves.DEMove` (with 80% probability) or a {class}`moves.DESnookerMove` (with 20% probability)."
"In detail, this means that, at each step, we'll randomly select either a {class}`moves.DEMove` (with 80% probability) or a {class}`moves.DESnookerMove` (with 20% probability)."
]
},
{
Expand Down

0 comments on commit e672a13

Please sign in to comment.