updating documentation in library.py

This commit is contained in:
dtomlinson
2020-01-03 17:32:37 +00:00
parent a9f59822fc
commit 3c48a6cc23

View File

@@ -46,9 +46,11 @@ def set_config(
Example: Example:
`config.toml` has the following attribute set: `config.toml` has the following attributes set:
```toml
[package.users] [package.users]
auth = ['user1', 'user2'] auth = ['user1', 'user2']
```
If set as an environment variable you can pass this list as a string If set as an environment variable you can pass this list as a string
and set check=list: and set check=list: