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 de3661c commit a75bf71Copy full SHA for a75bf71
1 file changed
Doc/library/lzma.rst
@@ -335,12 +335,12 @@ options. Valid filter IDs are as follows:
335
336
* Branch-Call-Jump (BCJ) filters:
337
338
- * :const:`FILTER_X86`
339
- * :const:`FILTER_IA64`
340
- * :const:`FILTER_ARM`
341
- * :const:`FILTER_ARMTHUMB`
342
- * :const:`FILTER_POWERPC`
343
- * :const:`FILTER_SPARC`
+ * :const:`!FILTER_X86`
+ * :const:`!FILTER_IA64`
+ * :const:`!FILTER_ARM`
+ * :const:`!FILTER_ARMTHUMB`
+ * :const:`!FILTER_POWERPC`
+ * :const:`!FILTER_SPARC`
344
345
A filter chain can consist of up to 4 filters, and cannot be empty. The last
346
filter in the chain must be a compression filter, and any other filters must be
0 commit comments