8000 Fix typo (#12126) · scikit-learn/scikit-learn@e6f7b91 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6f7b91

Browse files
Mottljnothman
authored andcommitted
Fix typo (#12126)
Fix typo in `examples/compose/plot_column_transformer.py`
1 parent 8a67ff0 commit e6f7b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/compose/plot_column_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def transform(self, posts):
8989
# Extract the subject & body
9090
('subjectbody', SubjectBodyExtractor()),
9191

92-
# Use C toolumnTransformer to combine the features from subject and body
92+
# Use ColumnTransformer to combine the features from subject and body
9393
('union', ColumnTransformer(
9494
[
9595
# Pulling features from the post's subject line (first column)

0 commit comments

Comments
 (0)
0