Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
amchagas authored and arunkannawadi committed Nov 5, 2023
1 parent a5f8aff commit 6672d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scholarly/_scholarly.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def download_mandates_csv(self, filename: str, overwrite: bool = False,

# TODO: Make it a public method in v1.6
def _construct_url(self, baseurl: str, patents: bool = True,
review_only: bool = False, language: str = "en"
review_only: bool = False, language: str = "en",
citations: bool = True, year_low: int = None,
year_high: int = None, sort_by: str = "relevance",
include_last_year: str = "abstracts",
Expand Down

0 comments on commit 6672d09

Please sign in to comment.