Make README.rst pure ASCII for now

This commit is contained in:
Benedikt Reinartz 2019-04-08 16:41:41 +02:00
Родитель 868cd52710
Коммит 817fe61d3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -48,7 +48,7 @@ Embedding Python in .NET
- All python objects should be declared as ``dynamic`` type.
- Mathematical operations involving python and literal/managed types
must have the python object first, eg. ``np.pi * 2`` works,
``2 * np.pi`` doesnt.
``2 * np.pi`` doesn't.
Example
~~~~~~~