We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898e13e commit 7d457efCopy full SHA for 7d457ef
README.md
@@ -46,7 +46,7 @@ from System.Windows.Forms import Form
46
to apply keyword arguments.
47
- All python objects should be declared as `dynamic` type.
48
- Mathematical operations involving python and literal/managed types must
49
- have the python object first, eg. `np.pi_2` works, `2_np.pi` doesn't.
+ have the python object first, eg. `np.pi * 2` works, `2 * np.pi` doesn't.
50
51
### Example
52
0 commit comments