Minor fix for isbn2index docstring

This commit is contained in:
Fabien C. Y. Benureau 2017-08-06 00:51:56 +02:00 committed by Olivier Mangin
parent a286b118f4
commit 6cccc021f8

View File

@ -17,7 +17,7 @@ def doi2bibtex(doi):
def isbn2bibtex(isbn):
"""Return a bibtex string of metadata from a DOI"""
"""Return a bibtex string of metadata from an ISBN"""
url = 'http://www.ottobib.com/isbn/{}/bibtex'.format(isbn)
r = requests.get(url)