Skip to content

Commit

Permalink
Minor correction to fix doc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
szoupanos committed Aug 13, 2018
1 parent ae92abe commit 2fcc0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/orm/importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2fcc0e7

Please sign in to comment.