Skip to content

Commit 96f3c1f

Browse files
authored
Merge pull request #131 from g329/fix-typo
fix typo
2 parents e7e8825 + 0a8a486 commit 96f3c1f

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)