]> granicus.if.org Git - python/commitdiff
SF bug: 751941 Invisible HTML tag
authorRaymond Hettinger <python@rcn.com>
Tue, 10 Jun 2003 21:41:22 +0000 (21:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 10 Jun 2003 21:41:22 +0000 (21:41 +0000)
Added missing jump target labels.

Doc/lib/libfuncs.tex

index 2924f7849713a7344bd19f7886235beade9bdeed..973e293eaa1dd60c9a0b1c3d709cf68b77c2b3eb 100644 (file)
@@ -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.