We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ac248 commit c1ef33dCopy full SHA for c1ef33d
1 file changed
Doc/c-api/intro.rst
@@ -175,7 +175,7 @@ complete listing.
175
176
.. c:macro:: Py_ARITHMETIC_RIGHT_SHIFT(type, integer, positions)
177
178
- Similar to :c:expr:`integer >> positions`, but forces sign extension, as the C
+ Similar to ``integer >> positions``, but forces sign extension, as the C
179
standard does not define whether a right-shift of a signed integer will
180
perform sign extension or a zero-fill.
181
@@ -246,7 +246,7 @@ complete listing.
246
247
.. c:macro:: Py_FORCE_EXPANSION(X)
248
249
- This is equivalent to :c:expr:`X`, which is useful for token-pasting in
+ This is equivalent to ``X``, which is useful for token-pasting in
250
macros, as macro expansions in *X* are forcefully evaluated by the
251
preprocessor.
252
0 commit comments