Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit171cee4

Browse files
Change PyScope to PyModule in docs (#2231)
PyScope data type not found. Py.CreateScope() returns the variable of type PyModule.
1 parentc6f12cf commit171cee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/source/dotnet.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Code executed from the scope will have access to the variable:
110110
using (Py.GIL())
111111
{
112112
// create a Python scope
113-
using (PyScopescope=Py.CreateScope())
113+
using (PyModulescope=Py.CreateScope())
114114
{
115115
// convert the Person object to a PyObject
116116
PyObjectpyPerson=person.ToPython();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp