Skip to content

Commit fac5c7e

Browse files
committed
Simplify sentence.
1 parent e0aafa8 commit fac5c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/develop-python-worker-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Now that you've created an extension, you can use it in an app project to verify
173173
174174
When running in Azure, you instead add `PYTHON_ENABLE_WORKER_EXTENSIONS=1` to the [app settings in the function app](functions-how-to-use-azure-function-app-settings.md#settings).
175175
176-
1. Add following two lines before the `main` function in *\_\_init.py\_\_* file for the v1 programming model, or in the function file *function_app.py* file for the v2 programming model:
176+
1. Add following two lines before the `main` function in *\_\_init.py\_\_* file for the v1 programming model, or in the *function_app.py* file for the v2 programming model:
177177
178178
```python
179179
from python_worker_extension_timer import TimerExtension

0 commit comments

Comments
 (0)