Skip to content

Commit

Permalink
docs: fix simple typo, differnet -> different (#125)
Browse files Browse the repository at this point in the history
There is a small typo in tumblr-photo-video-ripper.py.

Should read `different` rather than `differnet`.
  • Loading branch information
timgates42 authored Dec 31, 2020
1 parent 14cac7f commit d1ec147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tumblr-photo-video-ripper.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def download(self, medium_type, post, target_folder):
except TypeError:
pass

# can register differnet regex match rules
# can register different regex match rules
def _register_regex_match_rules(self):
# will iterate all the rules
# the first matched result will be returned
Expand Down

0 comments on commit d1ec147

Please sign in to comment.