diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-22 12:36:48 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-08-25 10:51:10 -0300 |
| commit | 4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (patch) | |
| tree | e7225d1586c174b5945f595b3759b7c6dddbdae1 /docs/misc | |
| parent | 01a460f23e470555a733b8980401402b7947bb9f (diff) | |
Refs #36485 -- Removed double spaces after periods in sentences.
Diffstat (limited to 'docs/misc')
| -rw-r--r-- | docs/misc/design-philosophies.txt | 2 | ||||
| -rw-r--r-- | docs/misc/distributions.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/design-philosophies.txt b/docs/misc/design-philosophies.txt index 3643c51d76..af27bf02d7 100644 --- a/docs/misc/design-philosophies.txt +++ b/docs/misc/design-philosophies.txt @@ -310,7 +310,7 @@ The core goals of Django's :doc:`cache framework </topics/cache>` are: Less code --------- -A cache should be as fast as possible. Hence, all framework code surrounding +A cache should be as fast as possible. Hence, all framework code surrounding the cache backend should be kept to the absolute minimum, especially for ``get()`` operations. diff --git a/docs/misc/distributions.txt b/docs/misc/distributions.txt index df7b074d1a..64b4f3d88e 100644 --- a/docs/misc/distributions.txt +++ b/docs/misc/distributions.txt @@ -16,7 +16,7 @@ instructions for :ref:`installing the development version If you're using Linux or a Unix installation, such as OpenSolaris, check with your distributor to see if they already package Django. If you're using a Linux distro and don't know how to find out if a package -is available, then now is a good time to learn. The Django Wiki contains +is available, then now is a good time to learn. The Django Wiki contains a list of `Third Party Distributions`_ to help you out. .. _`Third Party Distributions`: https://code.djangoproject.com/wiki/Distributions |
