From b01a73006375a9b9fb754266d61cd7b47a3f3a01 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 24 May 2018 15:12:36 +0200 Subject: elements: Fix bad docstring This fixes a bad docstring in the export_dif_graph function. --- rumba/elements/experimentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rumba/elements/experimentation.py b/rumba/elements/experimentation.py index e62103f..09cfc84 100644 --- a/rumba/elements/experimentation.py +++ b/rumba/elements/experimentation.py @@ -592,7 +592,7 @@ class Experiment(object): def export_dif_graph(self, filename, dif): """ - Generate a PDF of the physical connectivity graph. + Generate a PDF of a DIF graph. :param filename: The output PDF filename. :param dif: The DIF to export. -- cgit v1.2.3