@@ -3045,13 +3045,13 @@ Buffer Object Structures
30453045 steps:
30463046
30473047 (1) Check if the request can be met. If not, raise :exc: `BufferError `,
3048- set :c:expr: ` view->obj ` to ``NULL `` and return ``-1 ``.
3048+ set `` view->obj ` ` to ``NULL `` and return ``-1 ``.
30493049
30503050 (2) Fill in the requested fields.
30513051
30523052 (3) Increment an internal counter for the number of exports.
30533053
3054- (4) Set :c:expr: ` view->obj ` to *exporter * and increment :c:expr: ` view->obj `.
3054+ (4) Set `` view->obj `` to *exporter * and increment `` view->obj ` `.
30553055
30563056 (5) Return ``0 ``.
30573057
@@ -3077,10 +3077,10 @@ Buffer Object Structures
30773077 schemes can be used:
30783078
30793079 * Re-export: Each member of the tree acts as the exporting object and
3080- sets :c:expr: ` view->obj ` to a new reference to itself.
3080+ sets `` view->obj ` ` to a new reference to itself.
30813081
30823082 * Redirect: The buffer request is redirected to the root object of the
3083- tree. Here, :c:expr: ` view->obj ` will be a new reference to the root
3083+ tree. Here, `` view->obj ` ` will be a new reference to the root
30843084 object.
30853085
30863086 The individual fields of *view * are described in section
@@ -3134,7 +3134,7 @@ Buffer Object Structures
31343134 *view * argument.
31353135
31363136
3137- This function MUST NOT decrement :c:expr: ` view->obj `, since that is
3137+ This function MUST NOT decrement `` view->obj ` `, since that is
31383138 done automatically in :c:func: `PyBuffer_Release ` (this scheme is
31393139 useful for breaking reference cycles).
31403140
0 commit comments