We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a5634 commit 951e093Copy full SHA for 951e093
1 file changed
src/API/types.jl
@@ -42,12 +42,11 @@ end
42
"""
43
pybuiltins
44
45
-An object whose fields are the Python builtins, of type [`Py`](@ref).
+An object whose fields are the Python builtins, of type [`Py`](@ref PythonCall.Py).
46
47
For example `pybuiltins.None`, `pybuiltins.int`, `pybuiltins.ValueError`.
48
49
-baremodule pybuiltins
50
-end
+baremodule pybuiltins end
51
52
# Wrap
53
0 commit comments