Add a version annotation for the help() function.
This commit is contained in:
parent
70b3831697
commit
933f159a2f
|
@ -425,6 +425,7 @@ def my_import(name):
|
||||||
function, class, method, keyword, or documentation topic, and a
|
function, class, method, keyword, or documentation topic, and a
|
||||||
help page is printed on the console. If the argument is any other
|
help page is printed on the console. If the argument is any other
|
||||||
kind of object, a help page on the object is generated.
|
kind of object, a help page on the object is generated.
|
||||||
|
\versionadded{2.2}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{hex}{x}
|
\begin{funcdesc}{hex}{x}
|
||||||
|
|
Loading…
Reference in New Issue