Skip to content

Commit

Permalink
Merge remote-tracking branch 'jwilk/spelling'
Browse files Browse the repository at this point in the history
* jwilk/spelling:
  Fix typo: dyamic -> dynamic

Signed-off-by: W. Trevor King <[email protected]>
  • Loading branch information
wking committed Dec 13, 2015
2 parents 090abf7 + 9d2441b commit b55dc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss2email/feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def __repr__(self):
return '<Feed {}>'.format(str(self))

def __getstate__(self):
"Save dyamic attributes"
"Save dynamic attributes"
return dict(
(key,getattr(self,key)) for key in self._dynamic_attributes)

Expand Down

0 comments on commit b55dc17

Please sign in to comment.