Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f12cf commit 171cee4Copy full SHA for 171cee4
doc/source/dotnet.rst
@@ -110,7 +110,7 @@ Code executed from the scope will have access to the variable:
110
using (Py.GIL())
111
{
112
// create a Python scope
113
- using (PyScope scope = Py.CreateScope())
+ using (PyModule scope = Py.CreateScope())
114
115
// convert the Person object to a PyObject
116
PyObject pyPerson = person.ToPython();
0 commit comments