Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b334ee00
Kaydet (Commit)
b334ee00
authored
Eyl 30, 2016
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28319: Fix typo in lzma.rst
Reported by Vladimir Rutsky.
üst
5e3677d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lzma.rst
Doc/library/lzma.rst
+3
-4
No files found.
Doc/library/lzma.rst
Dosyayı görüntüle @
b334ee00
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment