Skip to content

Commit 852a040

Browse files
committed
Fix typos in docs/source/topics/known-issues.rst
1 parent 01ba344 commit 852a040

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
@@ -97,8 +97,8 @@ Caching
9797

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

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

0 commit comments

Comments
 (0)