Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b334ee0

Browse files
committed
Issue #28319: Fix typo in lzma.rst
Reported by Vladimir Rutsky.
1 parent 5e3677d commit b334ee0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/library/lzma.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,9 @@ entries in the dictionary representing the filter):
362362
select automatically based on other filter options.
363363

364364
The delta filter stores the differences between bytes, producing more repetitive
365-
input for the compressor in certain circumstances. It only supports a single
366-
The delta filter supports only one option, ``dist``. This indicates the distance
367-
between bytes to be subtracted. The default is 1, i.e. take the differences
368-
between adjacent bytes.
365+
input for the compressor in certain circumstances. It supports one option,
366+
``dist``. This indicates the distance between bytes to be subtracted. The
367+
default is 1, i.e. take the differences between adjacent bytes.
369368

370369
The BCJ filters are intended to be applied to machine code. They convert
371370
relative branches, calls and jumps in the code to use absolute addressing, with

0 commit comments

Comments
 (0)