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