Skip to content

Commit

Permalink
REST syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
James Casbon committed Jan 17, 2012
1 parent 03faeab commit 181e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
'Ancestral Allele'
Random access is supported for files with tabix indexes. Simply call fetch for the
region you are interested in:
region you are interested in::
>>> vcf_reader = vcf.Reader(filename='test/tb.vcf.gz')
>>> for record in vcf_reader.fetch('20', 1110696-1, 1230237):
Expand Down

0 comments on commit 181e237

Please sign in to comment.