summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2011-10-07 12:26:15 +0200
committerPetr Šplíchal <psplicha@redhat.com>2011-10-07 12:26:15 +0200
commita94028a451f14123c59309c19bef6c36d4f80c74 (patch)
tree8cc80f922c8bb84e75b4d92c93c3eb3bbb517e96
parentf2cd6a541ed9460f781ea7cd98ff1f210272f1b1 (diff)
downloadpython-nitrate-a94028a451f14123c59309c19bef6c36d4f80c74.tar.gz
python-nitrate-a94028a451f14123c59309c19bef6c36d4f80c74.tar.xz
python-nitrate-a94028a451f14123c59309c19bef6c36d4f80c74.zip
workflow-tcms: Add necessary (!) slash to the config example
-rw-r--r--Nitrate.py2
1 files changed, 1 insertions, 1 deletions
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 """