From 817fe61d3dc18b8144114a2e14768e22d9a3f275 Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Mon, 8 Apr 2019 16:41:41 +0200 Subject: [PATCH] Make README.rst pure ASCII for now --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7cffbe1..e59ad94 100644 --- a/README.rst +++ b/README.rst @@ -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`` doesn’t. + ``2 * np.pi`` doesn't. Example ~~~~~~~