Skip to content

Commit 5e93a67

Browse files
authored
Merge pull request #45460 from Potapy4/patch-21
Fix typo
2 parents 8cadc35 + faa71f5 commit 5e93a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/tutorial-python-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: mvc
1515

1616
# Tutorial: Develop and deploy a Python IoT Edge module for Linux devices
1717

18-
Use Visual Studio Code to develop C code and deploy it to a Linux device running Azure IoT Edge.
18+
Use Visual Studio Code to develop Python code and deploy it to a Linux device running Azure IoT Edge.
1919

2020
You can use Azure IoT Edge modules to deploy code that implements your business logic directly to your IoT Edge devices. This tutorial walks you through creating and deploying an IoT Edge module that filters sensor data on the IoT Edge device that you set up in the quickstart. In this tutorial, you learn how to:
2121

@@ -96,7 +96,7 @@ The environment file stores the credentials for your container repository and sh
9696

9797
### Select your target architecture
9898

99-
Currently, Visual Studio Code can develop C modules for Linux AMD64 and Linux ARM32v7 devices. You need to select which architecture you're targeting with each solution, because the container is built and run differently for each architecture type. The default is Linux AMD64.
99+
Currently, Visual Studio Code can develop Python modules for Linux AMD64 and Linux ARM32v7 devices. You need to select which architecture you're targeting with each solution, because the container is built and run differently for each architecture type. The default is Linux AMD64.
100100

101101
1. Open the command palette and search for **Azure IoT Edge: Set Default Target Platform for Edge Solution**, or select the shortcut icon in the side bar at the bottom of the window.
102102

0 commit comments

Comments
 (0)