mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
SF bug: 751941 Invisible HTML tag
Added missing jump target labels.
This commit is contained in:
parent
6754d52521
commit
80b3f685b4
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue