Skip to content

Commit 951e093

Browse files
author
Christopher Doris
committed
fix reference
1 parent c0a5634 commit 951e093

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/API/types.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ end
4242
"""
4343
pybuiltins
4444
45-
An object whose fields are the Python builtins, of type [`Py`](@ref).
45+
An object whose fields are the Python builtins, of type [`Py`](@ref PythonCall.Py).
4646
4747
For example `pybuiltins.None`, `pybuiltins.int`, `pybuiltins.ValueError`.
4848
"""
49-
baremodule pybuiltins
50-
end
49+
baremodule pybuiltins end
5150

5251
# Wrap
5352

0 commit comments

Comments
 (0)