Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 817fe61

Browse files
committed
Make README.rst pure ASCII for now
1 parent 868cd52 commit 817fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Embedding Python in .NET
4848
- All python objects should be declared as ``dynamic`` type.
4949
- Mathematical operations involving python and literal/managed types
5050
must have the python object first, eg. ``np.pi * 2`` works,
51-
``2 * np.pi`` doesnt.
51+
``2 * np.pi`` doesn't.
5252

5353
Example
5454
~~~~~~~

0 commit comments

Comments
 (0)