Skip to content

Commit 0457921

Browse files
committed
Merge pull request lisa-lab#110 from gut/typo
Fix typo: s/labes/label and s/recomand/recommend
2 parents d5f1a34 + e9725fe commit 0457921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gettingstarted.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ MNIST Dataset
9696
memory and therefore bypassing the overhead.
9797
Because the datapoints and their labels are usually of different nature
9898
(labels are usually integers while datapoints are real numbers) we
99-
suggest to use different variables for labes and data. Also we recomand
99+
suggest to use different variables for label and data. Also we recommend
100100
using different variables for the training set, validation set and
101101
testing set to make the code more readable (resulting in 6 different
102102
shared variables).

0 commit comments

Comments
 (0)