We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af62a1a commit 4bac694Copy full SHA for 4bac694
README.md
@@ -69,7 +69,7 @@ static void Main(string[] args)
69
dynamic a = np.array(new List<float> { 1, 2, 3 });
70
Console.WriteLine(a.dtype);
71
72
- dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype=np.int32);
+ dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype: np.int32);
73
Console.WriteLine(b.dtype);
74
75
Console.WriteLine(a * b);
0 commit comments