Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeirotis committed Aug 5, 2020
1 parent f4307cb commit c395273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub = author.publications[0].fill()
print(pub)

# Which papers cited that publication?
print([citation.bib['title'] for citation in pub.get_citedby()])
print([citation.bib['title'] for citation in pub.citedby])
```

## Methods for `scholar`
Expand Down

0 comments on commit c395273

Please sign in to comment.