We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333e11a commit 008afd9Copy full SHA for 008afd9
1 file changed
Doc/library/lzma.rst
@@ -338,12 +338,12 @@ options. Valid filter IDs are as follows:
338
339
* Branch-Call-Jump (BCJ) filters:
340
341
- * :const:`FILTER_X86`
342
- * :const:`FILTER_IA64`
343
- * :const:`FILTER_ARM`
344
- * :const:`FILTER_ARMTHUMB`
345
- * :const:`FILTER_POWERPC`
346
- * :const:`FILTER_SPARC`
+ * :const:`!FILTER_X86`
+ * :const:`!FILTER_IA64`
+ * :const:`!FILTER_ARM`
+ * :const:`!FILTER_ARMTHUMB`
+ * :const:`!FILTER_POWERPC`
+ * :const:`!FILTER_SPARC`
347
348
A filter chain can consist of up to 4 filters, and cannot be empty. The last
349
filter in the chain must be a compression filter, and any other filters must be
0 commit comments