Skip to content

Commit 6d94a08

Browse files
committed
Clarify the documentation a bit.
1 parent 32725a7 commit 6d94a08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Doc/library/lzma.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,18 @@ options. Valid filter IDs are as follows:
368368
* :const:`!FILTER_ARMTHUMB`
369369
* :const:`!FILTER_POWERPC`
370370
* :const:`!FILTER_SPARC`
371+
372+
The above work on all lzma runtime library versions.
373+
371374
* :const:`!FILTER_ARM64`
372375

373-
Only works if lzma runtime library version is 5.4.0 or later.
376+
Only works if :data:`LZMA_VERSION` and :data:`LZMA_RUNTIME_VERSION` are 5.4.0 or later.
374377

375378
.. versionadded:: 3.13
376379

377380
* :const:`!FILTER_RISCV`
378381

379-
Only works if lzma runtime library version is 5.6.0 or later.
382+
Only works if :data:`LZMA_VERSION` and :data:`LZMA_RUNTIME_VERSION` are 5.6.0 or later.
380383

381384
.. versionadded:: 3.13
382385

0 commit comments

Comments
 (0)