8000 MNT Fix some typos in README (#14122) · scikit-learn/scikit-learn@4a32535 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a32535

Browse files
hadshirtadrinjalali
hadshirt
authored andcommitted
MNT Fix some typos in README (#14122)
* Update README.rst * Update README.rst * Update README.rst * Update README.rst * Update README.rst * Update README.rst
1 parent 197f448 commit 4a32535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scikit-learn
2727
============
2828

2929
scikit-learn is a Python module for machine learning built on top of
30-
SciPy and distributed under the 3-Clause BSD license.
30+
SciPy and is distributed under the 3-Clause BSD license.
3131

3232
The project was started in 2007 by David Cournapeau as a Google Summer
3333
of Code project, and since then many volunteers have contributed. See
@@ -52,8 +52,8 @@ scikit-learn requires:
5252
- SciPy (>= 0.17.0)
5353
- joblib (>= 0.11)
5454

55-
**Scikit-learn 0.20 was the last version to support Python2.7.**
56-
Scikit-learn 0.21 and later require Python 3.5 or newer.
55+
**Scikit-learn 0.20 was the last version to support Python 2.7.**
56+
scikit-learn 0.21 and later require Python 3.5 or newer.
5757

5858
For running the examples Matplotlib >= 1.5.1 is required. A few examples
5959
require scikit-image >= 0.12.3, a few examples require pandas >= 0.18.0.
@@ -69,7 +69,7 @@ User installation
6969
~~~~~~~~~~~~~~~~~
7070

7171
If you already have a working installation of numpy and scipy,
72-
the easiest way to install scikit-learn is using ``pip`` ::
72+
the easiest way to install scikit-learn is using ``pip`` ::
7373

7474
pip install -U scikit-learn
7575

0 commit comments

Comments
 (0)
0