sphinx fixes
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 16:59:49 +0000 (17:59 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 16:59:49 +0000 (17:59 +0100)
src/userguide/limitations.rst
src/userguide/pxd_package.rst

index 1f0f599d2284401f8a0f97baffb80b9faa4b72d9..6dbadc8f0fd68a0d79aa28c40f3d5f2ef8157f07 100644 (file)
@@ -30,7 +30,7 @@ Other Current Limitations
 ==========================
 
 * The :func:`globals` builtin returns the last Python callers globals, not the current function's locals. This behavior should not be relied upon, as it will probably change in the future. 
-* The :fun:`locals` builtin can only be used if all local variables can be converted to Python objects, and returns a dict.
+* The :func:`locals` builtin can only be used if all local variables can be converted to Python objects, and returns a dict.
 * Class and function definitions cannot be placed inside control structures.
 
 Semantic differences between Python and Cython
index 7f424b658f3b7ac5eb2d5d20f808c73b9d3a8022..df733e8dda41e86b0c0db8e3b5e19d5d37fdb53f 100644 (file)
@@ -15,7 +15,7 @@ called 'foo', and its fully qualified module name is
 'foo.shrubbing'.
 
 So when Pyrex wants to find out whether there is a `.pxd` file for shrubbing,
-it looks for one corresponding to a module called :module:`foo.shrubbing`. It
+it looks for one corresponding to a module called `foo.shrubbing`. It
 does this by searching the include path for a top-level package directory
 called 'foo' containing a file called 'shrubbing.pxd'.