Commit 80b3f685 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug: 751941 Invisible HTML tag

Added missing jump target labels.
parent 6754d525
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment