From 47950cec1f4a6b888f7f6aef492ba58b03769d38 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Wed, 27 Feb 2019 11:13:18 +0100
Subject: [PATCH] DOC: Updated docstring of configure_connection

---
 src/caosdb/connection/connection.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caosdb/connection/connection.py b/src/caosdb/connection/connection.py
index 10674e71..eaee70a7 100644
--- a/src/caosdb/connection/connection.py
+++ b/src/caosdb/connection/connection.py
@@ -171,7 +171,7 @@ def configure_connection(**kwargs):
     Returns the Connection object.
 
     Typical arguments are:
-    url             The URL of the CaosDB server. E.g. https://dumiatis01:8433/playground
+    url             The URL of the CaosDB server. E.g. https://caosdb.org:433/playground
     username        The username
     password        Two options:
                         1) The plain text password
-- 
GitLab