Skip to content

Commit 1b10ee2

Browse files
sviluppToucheSir
andauthored
Update docs/src/training/training.md
Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
1 parent 84f9e48 commit 1b10ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/training/training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ using IterTools: ncycle
9393
data = ncycle([(x, y)], 3)
9494
```
9595

96-
It's common to load the `x`s and `y`s separately. In this case, you can use `zip`:
96+
It's common to load the `x`s and `y`s separately. Here you can use `zip`:
9797

9898
```julia
9999
xs = [rand(784), rand(784), rand(784)]

0 commit comments

Comments
 (0)