We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868cd52 commit 817fe61Copy full SHA for 817fe61
1 file changed
README.rst
@@ -48,7 +48,7 @@ Embedding Python in .NET
48
- All python objects should be declared as ``dynamic`` type.
49
- Mathematical operations involving python and literal/managed types
50
must have the python object first, eg. ``np.pi * 2`` works,
51
- ``2 * np.pi`` doesn’t.
+ ``2 * np.pi`` doesn't.
52
53
Example
54
~~~~~~~
0 commit comments