From 7903ee10bce75e9fab36e93bb77b3cb9fbf2630d Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 22 Jun 2026 07:38:27 -0400 Subject: [PATCH] Refs #32785 -- Fixed Sphinx reference in release note. --- docs/releases/6.2.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/releases/6.2.txt b/docs/releases/6.2.txt index 2c420f83e982..f25dd80d0894 100644 --- a/docs/releases/6.2.txt +++ b/docs/releases/6.2.txt @@ -108,10 +108,9 @@ Asynchronous views Cache ~~~~~ -* Subclasses of ``BaseDatabaseCache`` now support :ref:` - culling <_database-caching>` on a percentage of writes as an optimization. - The default is 10%, and may be configured using the ``CULL_PROBABILITY`` - option. +* Subclasses of ``BaseDatabaseCache`` now support :ref:`culling + ` on a percentage of writes as an optimization. The + default is 10%, and may be configured using the ``CULL_PROBABILITY`` option. CSP ~~~