Skip to content

Commit 025b5db

Browse files
authored
Formatting updates
1 parent c0603ca commit 025b5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-python-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ config = load(connection_string=os.environ.get("AZURE_APPCONFIG_CONNECTION_STRIN
184184

185185
### Configuration settings in Django
186186

187-
To update individual configuration settings in the Django `settings.py` file, you can reference them from the provider object. e.g.,
187+
To update individual configuration settings in the Django `settings.py` file, you can reference them from the provider object. For example:
188188
```python
189189
MESSAGE = config.get("message")
190190
```

0 commit comments

Comments
 (0)