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.