From 2fcc0e7e4f679ff50b0d2755929b48427e88d933 Mon Sep 17 00:00:00 2001 From: Spyros Zoupanos Date: Mon, 13 Aug 2018 19:24:52 +0200 Subject: [PATCH] Minor correction to fix doc compilation --- aiida/orm/importexport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiida/orm/importexport.py b/aiida/orm/importexport.py index b45c9a17da..b146af727d 100644 --- a/aiida/orm/importexport.py +++ b/aiida/orm/importexport.py @@ -2626,7 +2626,7 @@ def export(what, outfile='export_data.aiida.tar.gz', overwrite=False, license is allowed, False otherwise. :param outfile: the filename of the file on which to export :param overwrite: if True, overwrite the output file without asking. - if False, raise an IOError in this case. + if False, raise an IOError in this case. :param silent: suppress debug print :raise IOError: if overwrite==False and the filename already exists.