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
66b3f53d
Unverified
Kaydet (Commit)
66b3f53d
authored
May 19, 2018
tarafından
Julien Palard
Kaydeden (comit)
GitHub
May 19, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[3.6] Fix typos '.::' should typically just be '::'. (GH-6165). (GH-6895)
(cherry picked from commit
78553138
)
üst
a5f33a89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
argparse.rst
Doc/library/argparse.rst
+1
-1
mmap.rst
Doc/library/mmap.rst
+1
-1
No files found.
Doc/library/argparse.rst
Dosyayı görüntüle @
66b3f53d
...
@@ -981,7 +981,7 @@ is used when no command-line argument was present::
...
@@ -981,7 +981,7 @@ is used when no command-line argument was present::
Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if the
Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if the
command-line argument was not present
.
::
command-line argument was not present::
>>> parser = argparse.ArgumentParser()
>>> parser = argparse.ArgumentParser()
>>> parser.add_argument('--foo', default=argparse.SUPPRESS)
>>> parser.add_argument('--foo', default=argparse.SUPPRESS)
...
...
Doc/library/mmap.rst
Dosyayı görüntüle @
66b3f53d
...
@@ -123,7 +123,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
...
@@ -123,7 +123,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
:class:`~mmap.mmap` can also be used as a context manager in a :keyword:`with`
:class:`~mmap.mmap` can also be used as a context manager in a :keyword:`with`
statement
.
::
statement::
import mmap
import mmap
...
...
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