From 3c48a6cc23420a30c2723a92966e16bf2636e0e3 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Fri, 3 Jan 2020 17:32:37 +0000 Subject: [PATCH] updating documentation in library.py --- python/module-packages/read-from-config/library.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/module-packages/read-from-config/library.py b/python/module-packages/read-from-config/library.py index ebc50c3..8ab67ad 100644 --- a/python/module-packages/read-from-config/library.py +++ b/python/module-packages/read-from-config/library.py @@ -46,9 +46,11 @@ def set_config( Example: - `config.toml` has the following attribute set: + `config.toml` has the following attributes set: + ```toml [package.users] auth = ['user1', 'user2'] + ``` If set as an environment variable you can pass this list as a string and set check=list: