diff options
| author | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-24 15:12:36 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-05-24 15:12:36 +0200 |
| commit | b01a73006375a9b9fb754266d61cd7b47a3f3a01 (patch) | |
| tree | ef6359b308dc7b09ad463a00185ea0c27cd04f81 | |
| parent | e889a3bfc4732ac4312e1442849da9d22a3b49ee (diff) | |
| download | rumba-b01a73006375a9b9fb754266d61cd7b47a3f3a01.tar.gz rumba-b01a73006375a9b9fb754266d61cd7b47a3f3a01.zip | |
elements: Fix bad docstring
This fixes a bad docstring in the export_dif_graph function.
| -rw-r--r-- | rumba/elements/experimentation.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
