File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ complete listing.
175175
176176.. c :macro :: Py_ARITHMETIC_RIGHT_SHIFT(type, integer, positions)
177177
178- Similar to :c:expr: ` integer >> positions `, but forces sign extension, as the C
178+ Similar to `` integer >> positions ` `, but forces sign extension, as the C
179179 standard does not define whether a right-shift of a signed integer will
180180 perform sign extension or a zero-fill.
181181
@@ -246,7 +246,7 @@ complete listing.
246246
247247.. c :macro :: Py_FORCE_EXPANSION(X)
248248
249- This is equivalent to :c:expr: ` X `, which is useful for token-pasting in
249+ This is equivalent to `` X ` `, which is useful for token-pasting in
250250 macros, as macro expansions in *X * are forcefully evaluated by the
251251 preprocessor.
252252
You can’t perform that action at this time.
0 commit comments