Skip to content

Commit 0a8a486

Browse files
committed
fix typo
1 parent 32fcab4 commit 0a8a486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ following base classes:
2020

2121
* classification: :class:`autosklearn.pipeline.components.base.AutoSklearnClassificationAlgorithm`
2222
* regression: :class:`autosklearn.pipeline.components.base.AutoSklearnRegressionAlgorithm`
23-
* proprocessing: :class:`autosklearn.pipeline.components.base.AutoSklearnPreprocessingAlgorithm`
23+
* preprocessing: :class:`autosklearn.pipeline.components.base.AutoSklearnPreprocessingAlgorithm`
2424

2525
In general, these classes are wrappers around existing machine learning
2626
models and only add the functionality auto-sklearn needs. Of course you can

0 commit comments

Comments
 (0)