Skip to content

Commit 7f60b51

Browse files
authored
Typo: use 'a' rather than 'an' before DEBUG (#145)
1 parent 9531d7d commit 7f60b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for result in big_slow_client.results(arxiv.Search(query="quantum")):
106106

107107
#### Logging
108108

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

111111
```pycon
112112
>>> import logging, arxiv

0 commit comments

Comments
 (0)