From a94028a451f14123c59309c19bef6c36d4f80c74 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Fri, 7 Oct 2011 12:26:15 +0200 Subject: workflow-tcms: Add necessary (!) slash to the config example --- Nitrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nitrate.py') diff --git a/Nitrate.py b/Nitrate.py index c16e0f6..60815f6 100644 --- a/Nitrate.py +++ b/Nitrate.py @@ -300,7 +300,7 @@ class Config(object): # Minimal config example example = ("Please, provide at least a minimal config file {0}:\n" "[nitrate]\n" - "url = http://nitrate.server/xmlrpc".format(path)) + "url = http://nitrate.server/xmlrpc/".format(path)) def __init__(self): """ Initialize the configuration """ -- cgit