Skip to content

Commit 568e829

Browse files
committed
Tweak wording
1 parent 189e0cc commit 568e829

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Goal
22

3-
This repo implements the brownout for deprecating the `sklearn` package on PyPI.
3+
This repo implements the brownout strategy for deprecating the `sklearn`
4+
package on PyPI.
45

56
# How to fix the error for the main use cases
67

@@ -64,6 +65,6 @@ implemented:
6465
- `pip uninstall sklearn` will actually not uninstall `scikit-learn`, you can
6566
still do `import sklearn` afterwards
6667
- it can be confusing to have both `sklearn` and `scikit-learn` in the `pip
67-
list` output prompting questions like "why do I have scikit-learn 1.1.3 and
68+
list` output, prompting questions like "why do I have scikit-learn 1.1.3 and
6869
sklearn 0.0, and what does it even mean"?
6970

0 commit comments

Comments
 (0)