From: Raymond Hettinger Date: Tue, 10 Jun 2003 21:41:22 +0000 (+0000) Subject: SF bug: 751941 Invisible HTML tag X-Git-Tag: v2.3c1~500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80b3f685b4be8af46b0c6cc19eeded89b78b7e1c;p=python SF bug: 751941 Invisible HTML tag Added missing jump target labels. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 2924f78497..973e293eaa 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -119,6 +119,7 @@ def my_import(name): \end{funcdesc} \begin{funcdesc}{classmethod}{function} + \label{classmethod} Return a class method for \var{function}. A class method receives the class as implicit first argument, @@ -883,6 +884,7 @@ class C(object): \end{funcdesc} \begin{funcdesc}{staticmethod}{function} + \label{staticmethod} Return a static method for \var{function}. A static method does not receive an implicit first argument.