@@ -2975,13 +2975,13 @@ Buffer Object Structures
29752975 steps:
29762976
29772977 (1) Check if the request can be met. If not, raise :exc: `BufferError `,
2978- set :c:expr: ` view->obj ` to ``NULL `` and return ``-1 ``.
2978+ set `` view->obj ` ` to ``NULL `` and return ``-1 ``.
29792979
29802980 (2) Fill in the requested fields.
29812981
29822982 (3) Increment an internal counter for the number of exports.
29832983
2984- (4) Set :c:expr: ` view->obj ` to *exporter * and increment :c:expr: ` view->obj `.
2984+ (4) Set `` view->obj `` to *exporter * and increment `` view->obj ` `.
29852985
29862986 (5) Return ``0 ``.
29872987
@@ -3007,10 +3007,10 @@ Buffer Object Structures
30073007 schemes can be used:
30083008
30093009 * Re-export: Each member of the tree acts as the exporting object and
3010- sets :c:expr: ` view->obj ` to a new reference to itself.
3010+ sets `` view->obj ` ` to a new reference to itself.
30113011
30123012 * Redirect: The buffer request is redirected to the root object of the
3013- tree. Here, :c:expr: ` view->obj ` will be a new reference to the root
3013+ tree. Here, `` view->obj ` ` will be a new reference to the root
30143014 object.
30153015
30163016 The individual fields of *view * are described in section
@@ -3064,7 +3064,7 @@ Buffer Object Structures
30643064 *view * argument.
30653065
30663066
3067- This function MUST NOT decrement :c:expr: ` view->obj `, since that is
3067+ This function MUST NOT decrement `` view->obj ` `, since that is
30683068 done automatically in :c:func: `PyBuffer_Release ` (this scheme is
30693069 useful for breaking reference cycles).
30703070
0 commit comments