lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Add docstring warning about expected `(Search).query` encoding #91

Closed lukasschwab closed 2 years ago

lukasschwab commented 2 years ago

Description

Updates documentation to warn users off pre-encoding query strings.

Unless I hear otherwise, I don't think this merits a patch; updating the hosted documentation is likely enough.

Breaking changes

List any changes that break the API usage supported on master.

None.

Relevant issues

List GitHub issues relevant to this change.

Checklist