From fc43ca5ed89b9a7e99fb28125e631f20a70e88a7 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Mon, 17 Jun 2019 00:59:46 +0300 Subject: [PATCH] typo --- trains/config/default/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trains/config/default/__main__.py b/trains/config/default/__main__.py index 283fe00f..9336db90 100644 --- a/trains/config/default/__main__.py +++ b/trains/config/default/__main__.py @@ -14,7 +14,7 @@ description = """ Please create new credentials using the web app: {}/admin In the Admin page, press "Create new credentials", then press "Copy to clipboard" -Copy/Paste credentials here: """ +Paste credentials here: """ try: def_host = ENV_HOST.get(default=config_obj.get("api.host"))