Skip to content

Commit 7049927

Browse files
committed
Fix typo
python -> Python
1 parent 20fad63 commit 7049927

File tree

1 file changed

+1
-1
lines changed
  • articles/applied-ai-services/form-recognizer/includes/how-to-guides

1 file changed

+1
-1
lines changed

articles/applied-ai-services/form-recognizer/includes/how-to-guides/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After installing Python, you can install the latest version of the Form Recogniz
4040
pip install azure-ai-formrecognizer
4141
```
4242

43-
### Create a new python application
43+
### Create a new Python application
4444

4545
Create a new Python application named `form-recognizer.py` in your preferred editor or IDE. Then import the following libraries.
4646

0 commit comments

Comments
 (0)