Fix one instance of code highlighting
authorYury V. Zaytsev <yury@shurup.com>
Fri, 1 Feb 2013 14:26:18 +0000 (15:26 +0100)
committerYury V. Zaytsev <yury@shurup.com>
Fri, 1 Feb 2013 14:26:18 +0000 (15:26 +0100)
docs/src/userguide/fusedtypes.rst

index 456f4a8..c5bf2f7 100644 (file)
@@ -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]