We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d62c2 commit ae434c6Copy full SHA for ae434c6
pep-0007.txt
@@ -36,7 +36,7 @@ C dialect
36
The public C API should be compatible with C++.
37
38
* 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.
+ overflow (wrapping around using twos-complement representation) via the ``-fwrapv`` compiler option.
40
41
* Python 3.6 to 3.10 use C89 with several select C99 features:
42
0 commit comments