Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80b3f68

Browse files
committed
SF bug: 751941 Invisible HTML tag
Added missing jump target labels.
1 parent 6754d52 commit 80b3f68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ \section{Built-in Functions \label{built-in-funcs}}
119119
\end{funcdesc}
120120

121121
\begin{funcdesc}{classmethod}{function}
122+
\label{classmethod}
122123
Return a class method for \var{function}.
123124

124125
A class method receives the class as implicit first argument,
@@ -883,6 +884,7 @@ \section{Built-in Functions \label{built-in-funcs}}
883884
\end{funcdesc}
884885

885886
\begin{funcdesc}{staticmethod}{function}
887+
\label{staticmethod}
886888
Return a static method for \var{function}.
887889

888890
A static method does not receive an implicit first argument.

0 commit comments

Comments
 (0)