File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 __ | |____ | |\ | \ /
77 (__)|_______||__| \__| \__/
88```
9- python-dotenv | [ ![ Build Status] ( https://travis-ci.org /theskumar/python-dotenv.svg?branch=master )] ( https://travis-ci.org /theskumar/python-dotenv ) [ ![ Coverage Status] ( https://coveralls.io/repos/theskumar/python-dotenv/badge.svg?branch=master )] ( https://coveralls.io/r/theskumar/python-dotenv?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/python-dotenv.svg )] ( http://badge.fury.io/py/python-dotenv ) [ ![ Say Thanks!] ( https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg )] ( https://saythanks.io/to/theskumar )
9+ python-dotenv | [ ![ Build Status] ( https://travis-ci.com /theskumar/python-dotenv.svg?branch=master )] ( https://travis-ci.com /theskumar/python-dotenv ) [ ![ Coverage Status] ( https://coveralls.io/repos/theskumar/python-dotenv/badge.svg?branch=master )] ( https://coveralls.io/r/theskumar/python-dotenv?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/python-dotenv.svg )] ( http://badge.fury.io/py/python-dotenv ) [ ![ Say Thanks!] ( https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg )] ( https://saythanks.io/to/theskumar )
1010===============================================================================
1111
1212Reads the key-value pair from ` .env ` file and adds them to environment
@@ -48,7 +48,7 @@ The value of a variable is the first of the values defined in the following list
4848- Default value, if provided.
4949- Empty string.
5050
51- Ensure that variables are surrounded with ` {} ` like ` ${HOME} ` as bare
51+ Ensure that variables are surrounded with ` {} ` like ` ${HOME} ` as bare
5252variables such as ` $HOME ` are not expanded.
5353
5454``` shell
You can’t perform that action at this time.
0 commit comments