Skip to content

Commit 9884504

Browse files
authored
CLN Fixes formatting in slep 018 (#73)
1 parent 477e50a commit 9884504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slep018/proposal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ transformer does not support ``transform="pandas"``, then it must raise a
3333
``ValueError`` stating that it does not support the feature.
3434

3535
This SLEP's only focus is dense data for ``set_output``. If a transformer returns
36-
sparse data, e.g. `OneHotEncoder(sparse=True), then ``transform`` will raise a
36+
sparse data, e.g. ``OneHotEncoder(sparse=True)``, then ``transform`` will raise a
3737
``ValueError`` if ``set_output(transform="pandas")``. Dealing with sparse output
3838
might be the scope of another future SLEP.
3939

0 commit comments

Comments
 (0)