Skip to content

Commit 7f9bf91

Browse files
committed
link to python-dotenv
1 parent 2c9270b commit 7f9bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/constructors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def board_connect(
442442
board = board_connect()
443443
```
444444
445-
Or use the `[dotenv]()` package to load other environment variable names from a `.env` file:
445+
Or use the `[dotenv](https://saurabh-kumar.com/python-dotenv/)` package to load other environment variable names from a `.env` file:
446446
447447
```python
448448
import os

0 commit comments

Comments
 (0)