Skip to content

Commit ef43ce8

Browse files
committed
1561426, removed one instance of 'and verify'.
1 parent e7f64c3 commit ef43ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before you start, you must:
3333

3434
## Create and activate a virtual environment (optional)
3535

36-
You should use a Python 3.6.x environment to locally develop and verify Python functions. Run the following commands to create and activate a virtual environment named `.venv`.
36+
You should use a Python 3.6.x environment to locally develop Python functions. Run the following commands to create and activate a virtual environment named `.venv`.
3737

3838
> [!NOTE]
3939
> If Python didn't install venv on your Linux distribution, you can install it using the following command:

0 commit comments

Comments
 (0)