Skip to content

Commit c1ef33d

Browse files
committed
Fix warnings.
1 parent 62ac248 commit c1ef33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)