Skip to content

Commit a75bf71

Browse files
committed
Fix nitpicks
1 parent de3661c commit a75bf71

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/lzma.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,12 @@ options. Valid filter IDs are as follows:
335335

336336
* Branch-Call-Jump (BCJ) filters:
337337

338-
* :const:`FILTER_X86`
339-
* :const:`FILTER_IA64`
340-
* :const:`FILTER_ARM`
341-
* :const:`FILTER_ARMTHUMB`
342-
* :const:`FILTER_POWERPC`
343-
* :const:`FILTER_SPARC`
338+
* :const:`!FILTER_X86`
339+
* :const:`!FILTER_IA64`
340+
* :const:`!FILTER_ARM`
341+
* :const:`!FILTER_ARMTHUMB`
342+
* :const:`!FILTER_POWERPC`
343+
* :const:`!FILTER_SPARC`
344344

345345
A filter chain can consist of up to 4 filters, and cannot be empty. The last
346346
filter in the chain must be a compression filter, and any other filters must be

0 commit comments

Comments
 (0)