summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-10-01 01:19:04 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-10-01 01:19:04 +0300
commitb334ee0063d784d8394cf5ec8be1964b04dd3d5b (patch)
treeecacaa760dbb7bea132c983ca5cc6bae7aa0d091
parent5e3677d7afbf6933b1638c24fa5ad930e8644768 (diff)
downloadcpython-git-b334ee0063d784d8394cf5ec8be1964b04dd3d5b.tar.gz
Issue #28319: Fix typo in lzma.rst
Reported by Vladimir Rutsky.
-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 f99c495ce9..61b3ba3bb6 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