docs: Add missing spaces around code spans.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-12-13 23:28:24 -08:00
committed by Anders Kaseorg
parent 10ef308848
commit a13e42f18a
8 changed files with 10 additions and 10 deletions

View File

@@ -341,7 +341,7 @@ def get_caches_to_be_purged(
# and threshold days, this function return a list of caches
# which can be purged. Remove the cache only if it is:
# 1: Not in use by the current installation(in dev as well as in prod).
# 2: Not in use by a deployment not older than `threshold_days`(in prod).
# 2: Not in use by a deployment not older than `threshold_days` (in prod).
# 3: Not in use by '/root/zulip'.
# 4: Not older than `threshold_days`.
caches_to_purge = set()