Skip to content

Commit 0b9e793

Browse files
committed
Fix typos in docs/source/topics/known-issues.rst
1 parent b1fc7ad commit 0b9e793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/topics/known-issues.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Caching
9898

9999
:doc:`Database caching </topics/cache>` uses this library's
100100
:djadmin:`createcachecollection` command rather Django's SQL-specific
101-
:djadmin:`createcachetable`.
101+
:djadmin:`createcachetable` command.
102102

103103
Secondly, you must use the :class:`django_mongodb_backend.cache.MongoDBCache`
104104
backend rather than Django's built-in database cache backend,
105-
``django.core.cache.backends.db.DatabaseCache``).
105+
``django.core.cache.backends.db.DatabaseCache``.

0 commit comments

Comments
 (0)