Skip to content

Commit 779c84a

Browse files
committed
docs: fix backticks
I keep forgetting I'm using ReST instead of Markdown.
1 parent 40282f8 commit 779c84a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/news.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Version History
88
=========================
99

1010
* PyO3 Rust created upgraded from 0.24 to 0.25. (#273)
11-
* We now use `Py_REFCNT(obj)` instead of accessing `(*obj)->ob_refcnt` directly.
11+
* We now use ``Py_REFCNT(obj)`` instead of accessing ``(*obj)->ob_refcnt`` directly.
1212
This fixes a nogil / multi-threaded compile error. (#201, #275)
1313
* A zstandard commit to fix qsort detection on BSD operating systems
1414
has been backported. (#272)
15-
* The `PYTHON_ZSTANDARD_IMPORT_POLICY` environment variable now has leading
16-
and trailing whitespace stripped. Values like ` cffi` and `cffi ` are
17-
now equivalent to `cffi`.
15+
* The ``PYTHON_ZSTANDARD_IMPORT_POLICY`` environment variable now has leading
16+
and trailing whitespace stripped. Values like `` cffi`` and ``cffi `` are
17+
now equivalent to ``cffi``.
1818
* The CI jobs for building wheels have been overhauled to always use
19-
`cibuildwheel` and `uv` (where possible). This change should be backwards
19+
``cibuildwheel`` and ``uv`` (where possible). This change should be backwards
2020
compatible. But wheel building for this project has historically been
2121
fragile and there may be unwanted changes. We're optimistic that standardizing
2222
on uv (except for musllinux ppc64le and s390x where uv isn't available)

0 commit comments

Comments
 (0)