Skip to content

Commit d363c76

Browse files
committed
some grammar fixes
1 parent f744099 commit d363c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/quickstart-control-device-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ az extension add --name azure-cli-iot-ext
4343

4444
If you haven't already done so, download the sample Python project from https://github.com/Azure-Samples/azure-iot-samples-python/archive/master.zip and extract the ZIP archive.
4545

46-
The following prerequisites are required to install V1 IoT Hub service client Pip package on Windows.
46+
The following prerequisites are required to install the V1 IoT Hub service client Pip package on Windows.
4747

4848
* Make sure you have [Python version **3.6.x**](https://www.python.org/downloads/) installed.
4949

5050
* Make sure you have the [Microsoft Visual C++ Redistributable for Visual Studio](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
5151

52-
For other platforms, see the [Python Pip package distribution table](https://github.com/Azure/azure-iot-sdk-python/blob/v1-deprecated/doc/python-devbox-setup.md#python-pip-package-distribution-table) in the V1 SDK documentation. Make sure the Python 3.x version specified for your platform and any associated requirements are installed on your development machine. Installing Python 3.x rather than 2.7 enables async operations in the V2 device client.
52+
For other platforms, see the [Python Pip package distribution table](https://github.com/Azure/azure-iot-sdk-python/blob/v1-deprecated/doc/python-devbox-setup.md#python-pip-package-distribution-table) in the V1 SDK documentation. Make sure the Python 3.x version specified for your platform and any associated requirements are installed on your development machine. Installing Python 3.x rather than 2.7 enables async operations in the V2 device client, which is also used in this quickstart.
5353

5454
## Create an IoT hub
5555

0 commit comments

Comments
 (0)