Commit b334ee00 authored by Berker Peksag's avatar Berker Peksag

Issue #28319: Fix typo in lzma.rst

Reported by Vladimir Rutsky.
parent 5e3677d7
...@@ -362,10 +362,9 @@ entries in the dictionary representing the filter): ...@@ -362,10 +362,9 @@ entries in the dictionary representing the filter):
select automatically based on other filter options. select automatically based on other filter options.
The delta filter stores the differences between bytes, producing more repetitive The delta filter stores the differences between bytes, producing more repetitive
input for the compressor in certain circumstances. It only supports a single input for the compressor in certain circumstances. It supports one option,
The delta filter supports only one option, ``dist``. This indicates the distance ``dist``. This indicates the distance between bytes to be subtracted. The
between bytes to be subtracted. The default is 1, i.e. take the differences default is 1, i.e. take the differences between adjacent bytes.
between adjacent bytes.
The BCJ filters are intended to be applied to machine code. They convert The BCJ filters are intended to be applied to machine code. They convert
relative branches, calls and jumps in the code to use absolute addressing, with relative branches, calls and jumps in the code to use absolute addressing, with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment