Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Dec 19, 2016
1 parent 20f09c2 commit 4c2533c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Import `nmrstarlib` library and create generator function that will yield
>>> # "path": path_to_file / path_to_dir / path_to_archive / bmrb_id / file_url
>>> starfile_gen = nmrstarlib.read_files(["path"])
>>>
>>> for starfile in in starfile_gen:
>>> for starfile in starfile_gen:
... print(starfile.bmrbid) # print BMRB id of StarFile
... print(starfile.source) # print source of StarFile
... print(list(starfile.keys())) # print StarFile saveframe categories
Expand Down

0 comments on commit 4c2533c

Please sign in to comment.