Skip to content

Commit e672a13

Browse files
authored
Fix moves documentation typos (dfm#488)
This commit fixes a display issue in the class reference, as well as a typo in the same sentence.
1 parent 4c3bfd2 commit e672a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/moves.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"source": [
161161
"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",
162162
"In this case, let's use a weighted mixture of the two moves.\n",
163-
"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)."
163+
"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)."
164164
]
165165
},
166166
{

0 commit comments

Comments
 (0)