Skip to content

Commit 008afd9

Browse files
committed
Fix nitpicks
1 parent 333e11a commit 008afd9

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
@@ -338,12 +338,12 @@ options. Valid filter IDs are as follows:
338338

339339
* Branch-Call-Jump (BCJ) filters:
340340

341-
* :const:`FILTER_X86`
342-
* :const:`FILTER_IA64`
343-
* :const:`FILTER_ARM`
344-
* :const:`FILTER_ARMTHUMB`
345-
* :const:`FILTER_POWERPC`
346-
* :const:`FILTER_SPARC`
341+
* :const:`!FILTER_X86`
342+
* :const:`!FILTER_IA64`
343+
* :const:`!FILTER_ARM`
344+
* :const:`!FILTER_ARMTHUMB`
345+
* :const:`!FILTER_POWERPC`
346+
* :const:`!FILTER_SPARC`
347347

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

0 commit comments

Comments
 (0)