8000 MAINT: Fix typo in comment for travis/install.sh · raghavrv/scikit-learn@8d42471 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d42471

Browse files
committed
MAINT: Fix typo in comment for travis/install.sh
1 parent 90f2c18 commit 8d42471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
6666

6767
elif [[ "$DISTRIB" == "ubuntu" ]]; then
6868
# At the time of writing numpy 1.9.1 is included in the travis
69-
# virtualenv but we want to used numpy installed through apt-get
69+
# virtualenv but we want to use the numpy installed through apt-get
7070
# install.
7171
deactivate
7272
# Create a new virtualenv using system site packages for python, numpy

0 commit comments

Comments
 (0)
0