Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c702446

Browse files
authored
DOC add missing trailing colon (#25542)
1 parent defff70 commit c702446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/preprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ be encoded as all zeros::
685685

686686
All the categories in `X_test` are unknown during transform and will be mapped
687687
to all zeros. This means that unknown categories will have the same mapping as
688-
the dropped category. :meth`OneHotEncoder.inverse_transform` will map all zeros
688+
the dropped category. :meth:`OneHotEncoder.inverse_transform` will map all zeros
689689
to the dropped category if a category is dropped and `None` if a category is
690690
not dropped::
691691

0 commit comments

Comments
 (0)