From fd2514d17daaa561963e14297fb35cddf483728c Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Wed, 20 Mar 2024 23:52:07 -0500 Subject: [PATCH] Added RowNumber() link in Rank() docs. --- docs/ref/models/database-functions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index ca4016e2b6..1dc0ce4e97 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -1975,7 +1975,7 @@ Row # Value Rank Calculation Relative Rank .. class:: Rank(*expressions, **extra) -Comparable to ``RowNumber``, this function ranks rows in the window. The +Comparable to :class:`RowNumber`, this function ranks rows in the window. The computed rank contains gaps. Use :class:`DenseRank` to compute rank without gaps.