From 20d650aca62c0de150a8d2e486c86b7cbc52c4c1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 7 Nov 2013 15:50:13 +0100 Subject: [PATCH] typo --- sfa/cortexlab/cortexlabpostgres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/cortexlab/cortexlabpostgres.py b/sfa/cortexlab/cortexlabpostgres.py index cd4fc585..dca63f53 100644 --- a/sfa/cortexlab/cortexlabpostgres.py +++ b/sfa/cortexlab/cortexlabpostgres.py @@ -75,7 +75,7 @@ class IotlabDB(object): """ Class used with this Python singleton design pattern to allow the definition of one single instance of iotlab db session in the whole - code. Wherever a conenction to the database is needed, this class + code. Wherever a connection to the database is needed, this class returns the same instance every time. Removes the need for global variable throughout the code. """ -- 2.43.0