Skip to content

Commit

Permalink
Minor documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 12, 2017
1 parent b443d68 commit f74d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ or in equivalent JSON format using :meth:`~nmrstarlib.nmrstarlib.StarFile.write(
* Writing into a JSONized NMR-STAR formatted file:

>>> with open("bmr18569_modified.json", "w") as outfile:
... starfile.write(outfile, fileformat="json")
... starfile.write(outfile, file_format="json")
>>>

Converting NMR-STAR files
Expand Down

0 comments on commit f74d9a8

Please sign in to comment.