Skip to content

Commit

Permalink
Fix variable name typo reported by Alan Wilter by email
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Jan 23, 2014
1 parent f7f33ed commit 0e23daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bio/SeqIO/SeqXmlIO.py
Expand Up @@ -246,7 +246,7 @@ def write_header(self):
if self.source is not None:
attrs["source"] = self.source
if self.source_version is not None:
attrs["sourceVersion"] = self.source_ersion
attrs["sourceVersion"] = self.source_version
if self.species is not None:
if not isinstance(species, basestring):
raise TypeError("species should be of type string")
Expand Down

0 comments on commit 0e23daf

Please sign in to comment.