Bläddra i källkod

Added RowNumber() link in Rank() docs.

Adam Zapletal 1 år sedan
förälder
incheckning
fd2514d17d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/ref/models/database-functions.txt

+ 1 - 1
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.