diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index edd3cee69a..688a15b9ac 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -1980,7 +1980,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.