Skip to content

Commit d08962e

Browse files
committed
Fix typo
1 parent 5eb7ecc commit d08962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/algorithms_and_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def get_hm(loss_per_interval, N=101):
111111
plots = {n: plot(learner, n) for n in range(N)}
112112
return hv.HoloMap(plots, kdims=["npoints"])
113113
114-
plot_homo = get_hm(uniform_loss).relabel("homogeneous samping")
114+
plot_homo = get_hm(uniform_loss).relabel("homogeneous sampling")
115115
plot_adaptive = get_hm(default_loss).relabel("with adaptive")
116116
layout = plot_homo + plot_adaptive
117117
layout.opts(plot=dict(toolbar=None))

0 commit comments

Comments
 (0)