We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ac809 commit 665c04fCopy full SHA for 665c04f
docs-v2/pages/environment-variables.mdx
@@ -73,7 +73,7 @@ Reference the same environment variable in Python:
73
74
```python
75
import os
76
-print(os.environ[API_KEY])
+print(os.environ["API_KEY"])
77
```
78
79
Variable names are case-sensitive. Use the key name you defined when referencing your variable in `process.env`.
0 commit comments