updating documentation in library.py

This commit is contained in:
2020-01-13 01:07:13 +00:00
parent b7357e1624
commit bd79e1c0d6

View File

@@ -58,12 +58,12 @@ def set_config(
Example: Example:
`config.toml` has the following attribute set:: *config.toml* has the following attribute set::
[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 :code:`check=list`::
Environment variable: Environment variable:
PACKAGE_USERS_AUTH = "['user1', 'user2']" PACKAGE_USERS_AUTH = "['user1', 'user2']"