Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Oct 19, 2021
1 parent 87c9287 commit 0a22b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environ/environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def cache_url_config(cls, url, backend=None):
# urlparse('pymemcache://127.0.0.1:11211')
# => netloc='127.0.0.1:11211', path=''
#
# urlparse('pymemcache://127.0.0.1:11211')
# urlparse('pymemcache://memcached:11211/?key_prefix=ci')
# => netloc='memcached:11211', path='/'
#
# urlparse('memcache:///tmp/memcached.sock')
Expand Down

0 comments on commit 0a22b16

Please sign in to comment.