From bd79e1c0d6b69c0e5e624ee52d575b70ef80728b Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Mon, 13 Jan 2020 01:07:13 +0000 Subject: [PATCH] updating documentation in library.py --- src/panaetius/library.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panaetius/library.py b/src/panaetius/library.py index df854ef..9e0bdab 100644 --- a/src/panaetius/library.py +++ b/src/panaetius/library.py @@ -58,12 +58,12 @@ def set_config( Example: - `config.toml` has the following attribute set:: + *config.toml* has the following attribute set:: [package.users] auth = ['user1', 'user2'] 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: PACKAGE_USERS_AUTH = "['user1', 'user2']"