Skip to content

Commit

Permalink
Suppress doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ivq committed Mar 22, 2024
1 parent 9cd4cb8 commit 8a85c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ lzma
the later reports runtime version.
(Contributed by Chien Wong in :gh:`115988`.)

* Add support of new BCJ filters ARM64 and RISC-V via :const:`lzma.FILTER_ARM64` and
:const:`lzma.FILTER_RISCV`.
* Add support of new BCJ filters ARM64 and RISC-V via :const:`!lzma.FILTER_ARM64` and
:const:`!lzma.FILTER_RISCV`.
Note that the new filters will work only if runtime library supports them. ARM64 filter
requires ``lzma`` 5.4.0 or newer while RISC-V requires 5.6.0 or newer.
(Contributed by Chien Wong in :gh:`115988`.)
Expand Down

0 comments on commit 8a85c48

Please sign in to comment.