Tiny fix of the indefinite article before "RQ"

"An" should be used here because "RQ" sounds like "ar-kiu".
This commit is contained in:
Leonid Shvechikov 2015-02-01 10:37:21 +03:00
parent b8d425b318
commit 1018330cea
1 changed files with 1 additions and 1 deletions

View File

@ -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