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 2c9270b commit 7f9bf91Copy full SHA for 7f9bf91
pins/constructors.py
@@ -442,7 +442,7 @@ def board_connect(
442
board = board_connect()
443
```
444
445
- Or use the `[dotenv]()` package to load other environment variable names from a `.env` file:
+ Or use the `[dotenv](https://saurabh-kumar.com/python-dotenv/)` package to load other environment variable names from a `.env` file:
446
447
```python
448
import os
0 commit comments