Skip to content

Commit

Permalink
doc: added missing character in docstring (Bogdanp#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerenault authored Mar 18, 2020
1 parent 04cceb6 commit 9ea5459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dramatiq/results/backends/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RedisBackend(ResultBackend):
client(Redis): An optional client. If this is passed,
then all other parameters are ignored.
url(str): An optional connection URL. If both a URL and
connection paramters are provided, the URL is used.
connection parameters are provided, the URL is used.
**parameters(dict): Connection parameters are passed directly
to :class:`redis.Redis`.
Expand Down

0 comments on commit 9ea5459

Please sign in to comment.