Skip to content

Commit

Permalink
Fix backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Sep 17, 2022
1 parent f1d62c2 commit ae434c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ C dialect
The public C API should be compatible with C++.

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

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

Expand Down

0 comments on commit ae434c6

Please sign in to comment.