From 7bf5e10dab8a8570e7bd5f7be0e223225b9cc5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Avil=C3=A9s?= Date: Thu, 30 Oct 2014 11:07:55 +0100 Subject: [PATCH] Update docstring --- importer/indico_importer/converter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/importer/indico_importer/converter.py b/importer/indico_importer/converter.py index 4ed551c..47ffb41 100644 --- a/importer/indico_importer/converter.py +++ b/importer/indico_importer/converter.py @@ -28,8 +28,6 @@ class RecordConverter(object): It's a list tuples in which a single element represents a translation that will be made. Every element of the list is a tuple that consists of from 1 to 4 entries. - *** IMPORTANT syntax for a tuple containing a single element is (element, ) NOT (element) !. *** - The first one is the key name in the source dictionary, the value that applies to this key will be the subject of the translation. The second is the key in the destination dictionary at which translated value will be put. If not specified its value will be equal the value of the first