Skip to content

Commit ae434c6

Browse files
Fix backticks
1 parent f1d62c2 commit ae434c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0007.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ C dialect
3636
The public C API should be compatible with C++.
3737

3838
* Python versions up to and including 3.11 tacitly allowed signed arithmetic
39-
overflow (wrapping around using twos-complement representation) via the `-fwrapv` compiler option.
39+
overflow (wrapping around using twos-complement representation) via the ``-fwrapv`` compiler option.
4040

4141
* Python 3.6 to 3.10 use C89 with several select C99 features:
4242

0 commit comments

Comments
 (0)