Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgrep committed Sep 12, 2020
1 parent a68cfa7 commit a643eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mldocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def main(wf):
custom_search(title, base_url=gds_search, asset=assets['google'])
elif len(args) > 1 and args[0] == 'paper':
paper_search = 'http://paperswithcode.com/search?q='
title = 'Paper With Code'
title = 'Papers With Code'
custom_search(title, base_url=paper_search, asset=assets['paper'])
else:
result = search(args, ml_data.keys())
Expand Down

0 comments on commit a643eaa

Please sign in to comment.