]> granicus.if.org Git - python/commitdiff
Work around a bug in Sphinx 0.6.x.
authorGeorg Brandl <georg@python.org>
Wed, 6 Oct 2010 06:49:22 +0000 (06:49 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Oct 2010 06:49:22 +0000 (06:49 +0000)
Doc/c-api/buffer.rst

index 3203031c8684c51fdc0f0d57d6aee7c5ea44c850..a703fd6012b85694efc408ac9b3beff4fea2b0f9 100644 (file)
@@ -222,8 +222,10 @@ Buffer-related functions
          contiguous buffer.  If this is not given then shape will be *NULL*.
 
       .. cmacro:: PyBUF_C_CONTIGUOUS
-                  PyBUF_F_CONTIGUOUS
-                  PyBUF_ANY_CONTIGUOUS
+
+      .. cmacro:: PyBUF_F_CONTIGUOUS
+
+      .. cmacro:: PyBUF_ANY_CONTIGUOUS
 
          These flags indicate that the contiguity returned buffer must be
          respectively, C-contiguous (last dimension varies the fastest), Fortran