Skip to content

Commit d83c1b6

Browse files
committed
Refine Python version constraint in readme example
1 parent e92ab1f commit d83c1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ load_dotenv()
8484
load_dotenv(verbose=True)
8585

8686
# OR, explicitly providing path to '.env'
87-
from pathlib import Path # python3 only
87+
from pathlib import Path # Python 3.6+ only
8888
env_path = Path('.') / '.env'
8989
load_dotenv(dotenv_path=env_path)
9090
```

0 commit comments

Comments
 (0)