Skip to content

Commit 7853c63

Browse files
committed
Fix nitpicks
1 parent 2202eed commit 7853c63

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

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

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

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

0 commit comments

Comments
 (0)