gijswobben / pymed

PyMed is a Python library that provides access to PubMed.
MIT License
191 stars 111 forks source link

BugFix/pmid-parsing #31

Open ritvikvipra opened 4 years ago

ritvikvipra commented 4 years ago

This will fix the PMID parsing issue in articles for which currently multiple PMID's are getting parsed. Resolves issue #22

All Submissions:

New Feature Submissions:

  1. [x] Does your submission pass tests (if applicable)?
  2. [x] Have you lint your code locally prior to submission (use flake8)?

Changes to Core Features:

ritvikvipra commented 4 years ago

Update: I didn't see this before. Another solution present at PR #30 which also has the change I implemented as an alternative option mentioned in commit message. @iacopy gets credit.