From: Yury V. Zaytsev Date: Fri, 1 Feb 2013 14:26:18 +0000 (+0100) Subject: Fix one instance of code highlighting X-Git-Tag: 0.19b1~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=365b547ff0fc3f39970a553d598619de91af08c4;p=platform%2Fupstream%2Fpython-cython.git Fix one instance of code highlighting --- diff --git a/docs/src/userguide/fusedtypes.rst b/docs/src/userguide/fusedtypes.rst index 456f4a8..c5bf2f7 100644 --- a/docs/src/userguide/fusedtypes.rst +++ b/docs/src/userguide/fusedtypes.rst @@ -243,7 +243,7 @@ Although the latter will select the biggest types for ``int`` and ``float`` from Python space, as they are not type identifiers but builtin types there. Passing ``cython.int`` and ``cython.float`` would resolve that, however. -For memoryview indexing from python space we can do the following: +For memoryview indexing from python space we can do the following:: ctypedef fused my_fused_type: int[:, ::1]