1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues in docs.

Backport of ba755ca131 from main
This commit is contained in:
Joseph Victor Zammit
2023-01-23 21:29:05 +01:00
committed by Mariusz Felisiak
parent fae76b81ce
commit 5bdd6223a2
57 changed files with 444 additions and 270 deletions

View File

@@ -1905,7 +1905,9 @@ more frequently.
.. class:: PercentRank(*expressions, **extra)
Computes the relative rank of the rows in the frame clause. This computation is
equivalent to evaluating::
equivalent to evaluating:
.. code-block:: text
(rank - 1) / (total rows - 1)