Skip to content

Commit

Permalink
doc fix #894
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 25, 2022
1 parent 131af18 commit 65519ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/common_mlj_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nothing # hide
Or, if already horizontally split:

```@example workflows
(Xtrain, ytrain), (Xtest, ytest) = partition((X, y), 0.6, multi=true, rng=123)
(Xtrain, Xtest), (ytrain, ytest) = partition((X, y), 0.6, multi=true, rng=123)
```


Expand Down

0 comments on commit 65519ce

Please sign in to comment.