Skip to content

Commit

Permalink
Typo: use 'a' rather than 'an' before DEBUG (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschwab authored Oct 19, 2023
1 parent 9531d7d commit 7f60b51
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 @@ -106,7 +106,7 @@ for result in big_slow_client.results(arxiv.Search(query="quantum")):

#### Logging

To inspect this package's network behavior and API logic, configure an `DEBUG`-level logger.
To inspect this package's network behavior and API logic, configure a `DEBUG`-level logger.

```pycon
>>> import logging, arxiv
Expand Down

0 comments on commit 7f60b51

Please sign in to comment.