You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pedagogy_guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Users want to focus on learning how to perform tasks and not spend a lot of time
62
62
Download times may vary depending on the environment and platform where tutorials are being executed. Tutorials designed for use in a cloud instance may be able to use larger datasets.
63
63
64
64
### Avoid writing helper functions in a separate module
65
-
Repying on helper functions stored in a separate module will hide what we are trying to teach and could also decrease the ability of users to recreate code.
65
+
Relying on helper functions stored in a separate module will hide what we are trying to teach and could also decrease the ability of users to recreate code.
66
66
67
67
The only exception here is if we are teaching writing code.
0 commit comments