Skip to content

Commit

Permalink
Merge pull request #107 from yahoo/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
dwighthubbard committed Oct 21, 2016
2 parents 2a1d4f3 + af7d3ae commit ac1ffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/topic/using_with_existing_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Celery
# Create a Redis instance using redislite
REDIS_DB_PATH = os.path.join('/tmp/my_redis.db')
rdb = Redis(RDB_PATH)
rdb = Redis(REDIS_DB_PATH)
REDIS_SOCKET_PATH = 'redis+socket://%s' % (rdb.socket_file, )
# Use redislite for the Celery broker
Expand Down

0 comments on commit ac1ffee

Please sign in to comment.