Skip to content

Commit 1b30dc2

Browse files
authored
Update pedagogy_guide.md
1 parent 43f64ac commit 1b30dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pedagogy_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Users want to focus on learning how to perform tasks and not spend a lot of time
6262
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.
6363

6464
### 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.
6666

6767
The only exception here is if we are teaching writing code.
6868

0 commit comments

Comments
 (0)