Skip to content

Commit

Permalink
Update tune_simple_template.py (apache#4778)
Browse files Browse the repository at this point in the history
fixed a spelling mistake.
  • Loading branch information
changkaiyan authored and zhiics committed Mar 2, 2020
1 parent 394b00a commit ef6f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/autotvm/tune_simple_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def matmul_v1(N, L, M, dtype):
# However, we also provide another set of API to make the space definition
# easier and smarter. It is recommended to use this set of high level API.
#
# In the flowing example, we use :any:`ConfigSpace.define_split` to define a split
# In the following example, we use :any:`ConfigSpace.define_split` to define a split
# knob. It will enumerate all the possible ways to split an axis and construct
# the space.
#
Expand Down

0 comments on commit ef6f070

Please sign in to comment.