Skip to content

Commit

Permalink
OWDataSampler: Fix typo boostrap to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlin-policar committed Apr 5, 2017
1 parent 54d8498 commit e868f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/data/owdatasampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def f():
addToLayout=False, callback=self.fold_changed)
form.addRow("Selected fold:", self.selected_fold_spin)

gui.appendRadioButton(sampling, "Boostrap")
gui.appendRadioButton(sampling, "Bootstrap")

self.sql_box = gui.vBox(self.controlArea, "Sampling Type")
sampling = gui.radioButtons(self.sql_box, self, "sampling_type",
Expand Down

0 comments on commit e868f68

Please sign in to comment.