Skip to content

Commit d1865bc

Browse files
committed
fix typo
1 parent c8b0ee2 commit d1865bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/spark/apache-spark-python-package-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ HDInsight cluster depends on the built-in Python environment, both Python 2.7 an
6969

7070
You can search the [package index](https://pypi.python.org/pypi) for the complete list of packages that are available. You can also get a list of available packages from other sources. For example, you can install packages made available through [conda-forge](https://conda-forge.org/feedstocks/).
7171

72-
Use below command if you would like to isntall a library with its latest version:
72+
Use below command if you would like to install a library with its latest version:
7373

7474
- Use conda channel:
7575

@@ -96,7 +96,7 @@ HDInsight cluster depends on the built-in Python environment, both Python 2.7 an
9696
sudo /usr/bin/anaconda/bin/conda install numpy=1.16.1 -n py35new --yes
9797
```
9898

99-
- Or use Pypi repo, change `numpy==1.16.1` and `py35new` correspondingly:
99+
- Or use PyPi repo, change `numpy==1.16.1` and `py35new` correspondingly:
100100

101101
```bash
102102
sudo /usr/bin/anaconda/env/py35new/bin/pip install numpy==1.16.1

0 commit comments

Comments
 (0)