Commit fba1e064 authored by Davis King's avatar Davis King

Fixed spelling error

parent 4585c516
......@@ -130,7 +130,7 @@ samp = dlib.sparse_vector()
samp.append(dlib.pair(0,1))
data.relevant.append(samp)
# Mow make samp represent the same vector as dlib.vector([0, 1])
# Now make samp represent the same vector as dlib.vector([0, 1])
samp.clear()
samp.append(dlib.pair(1,1))
data.nonrelevant.append(samp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment