Skip to content

Commit f19345d

Browse files
Fix typo
I have not tested anything, but this was clearly a typo. Should doctests not have caught this?
1 parent 2b8d578 commit f19345d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composition/models/pipelines.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Names for the component fields are automatically generated unless
188188
explicitly specified, as in
189189
190190
```
191-
Pipeline(endoder=ContinuousEncoder(drop_last=false),
191+
Pipeline(encoder=ContinuousEncoder(drop_last=false),
192192
stand=Standardizer())
193193
```
194194

0 commit comments

Comments
 (0)