Minor fix for isbn2index docstring
This commit is contained in:
parent
a286b118f4
commit
6cccc021f8
@ -17,7 +17,7 @@ def doi2bibtex(doi):
|
|||||||
|
|
||||||
|
|
||||||
def isbn2bibtex(isbn):
|
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)
|
url = 'http://www.ottobib.com/isbn/{}/bibtex'.format(isbn)
|
||||||
r = requests.get(url)
|
r = requests.get(url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user