1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-21 05:13:16 +00:00

Improve the dbm module ref.

Co-Authored-By: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Andrey Rakhmatullin 2019-11-01 20:05:37 +05:00
parent 864123132a
commit 48b8ac6009

View File

@ -474,7 +474,7 @@ DBM storage backend
A DBM_ storage backend is also available for the HTTP cache middleware.
By default, it uses the `dbm module`_, but you can change it with the
By default, it uses the :mod:`dbm`, but you can change it with the
:setting:`HTTPCACHE_DBM_MODULE` setting.
.. _httpcache-storage-custom:
@ -1202,4 +1202,3 @@ The default encoding for proxy authentication on :class:`HttpProxyMiddleware`.
.. _DBM: https://en.wikipedia.org/wiki/Dbm
.. _dbm module: https://docs.python.org/3/library/dbm.html