Skip to content

Commit 0699f29

Browse files
authored
DOC fix typo in title of section (scikit-learn#27424)
1 parent 6638d28 commit 0699f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/compose.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ is an estimator object::
7070
Pipeline(steps=[('reduce_dim', PCA()), ('clf', SVC())])
7171

7272
|details-start|
73-
**Shortand version using :func:`make_pipeline`**
73+
**Shorthand version using :func:`make_pipeline`**
7474
|details-split|
7575

7676
The utility function :func:`make_pipeline` is a shorthand

0 commit comments

Comments
 (0)