summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-09-30 22:19:57 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-09-30 22:19:57 (GMT)
commitc5caf3a5e687fa919422b5dd4ef6140c1d2ff6ce (patch)
treedb1e9ad554bc9628c9c648670a3290ad7d0bc111 /Doc
parent2d57d0a7a5357bd204ac1fc386ef016f0cf9d923 (diff)
parent41937bcea54b067bd264e57b24709d144bb79be5 (diff)
downloadcpython-c5caf3a5e687fa919422b5dd4ef6140c1d2ff6ce.zip
cpython-c5caf3a5e687fa919422b5dd4ef6140c1d2ff6ce.tar.gz
cpython-c5caf3a5e687fa919422b5dd4ef6140c1d2ff6ce.tar.bz2
Issue #28319: Merge from 3.6
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/lzma.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/lzma.rst b/Doc/library/lzma.rst
index f99c495..61b3ba3 100644
--- a/Doc/library/lzma.rst
+++ b/Doc/library/lzma.rst
@@ -362,10 +362,9 @@ entries in the dictionary representing the filter):
select automatically based on other filter options.
The delta filter stores the differences between bytes, producing more repetitive
-input for the compressor in certain circumstances. It only supports a single
-The delta filter supports only one option, ``dist``. This indicates the distance
-between bytes to be subtracted. The default is 1, i.e. take the differences
-between adjacent bytes.
+input for the compressor in certain circumstances. It supports one option,
+``dist``. This indicates the distance between bytes to be subtracted. The
+default is 1, i.e. take the differences between adjacent bytes.
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