8000 Update README.md · csharpHub/pythonnet@4bac694 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bac694

Browse files
authored
Update README.md
1 parent af62a1a commit 4bac694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static void Main(string[] args)
6969
dynamic a = np.array(new List<float> { 1, 2, 3 });
7070
Console.WriteLine(a.dtype);
7171

72-
dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype=np.int32);
72+
dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype: np.int32);
7373
Console.WriteLine(b.dtype);
7474

7575
Console.< 37E3 span class="pl-en">WriteLine(a * b);

0 commit comments

Comments
 (0)
0