Skip to content

Commit 665c04f

Browse files
fix docs typo
1 parent c2ac809 commit 665c04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/pages/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Reference the same environment variable in Python:
7373

7474
```python
7575
import os
76-
print(os.environ[API_KEY])
76+
print(os.environ["API_KEY"])
7777
```
7878

7979
Variable names are case-sensitive. Use the key name you defined when referencing your variable in `process.env`.

0 commit comments

Comments
 (0)