Skip to content

Commit d4d7fc0

Browse files
authored
Merge pull request #89534 from changeworld/patch-39
Fix typo
2 parents 107a429 + ba1af11 commit d4d7fc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/tutorial-transform-data-spark-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
2727

2828
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2929

30-
* **Azure Storage account**. You create a python script and an input file, and upload them to the Azure storage. The output from the spark program is stored in this storage account. The on-demand Spark cluster uses the same storage account as its primary storage.
30+
* **Azure Storage account**. You create a Python script and an input file, and upload them to the Azure storage. The output from the spark program is stored in this storage account. The on-demand Spark cluster uses the same storage account as its primary storage.
3131
* **Azure PowerShell**. Follow the instructions in [How to install and configure Azure PowerShell](/powershell/azure/install-Az-ps).
3232

3333

34-
### Upload python script to your Blob Storage account
35-
1. Create a python file named **WordCount_Spark.py** with the following content:
34+
### Upload Python script to your Blob Storage account
35+
1. Create a Python file named **WordCount_Spark.py** with the following content:
3636

3737
```python
3838
import sys

0 commit comments

Comments
 (0)