Tiny fix of the indefinite article before "RQ"

"An" should be used here because "RQ" sounds like "ar-kiu".
main
Leonid Shvechikov 10 years ago
parent b8d425b318
commit 1018330cea

@ -33,7 +33,7 @@ def count_words_at_url(url):
You do use the excellent [requests][r] package, don't you?
Then, create a RQ queue:
Then, create an RQ queue:
```python
from rq import Queue, use_connection

Loading…
Cancel
Save