10000 Fix typo in README · sdpython/pythonnet@7d457ef · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 7d457ef

Browse files
committed
Fix typo in README
1 parent 898e13e commit 7d457ef

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
@@ -46,7 +46,7 @@ from System.Windows.Forms import Form
4646
to apply keyword arguments.
4747
- All python objects should be declared as `dynamic` type.
4848
- 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.
49+
have the python object first, eg. `np.pi * 2` works, `2 * np.pi` doesn't.
5050

5151
### Example
5252

0 commit comments

Comments
 (0)
0