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
c967a593
Kaydet (Commit)
c967a593
authored
Tem 14, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
üst
a25a31a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
argparse.rst
Doc/howto/argparse.rst
+1
-1
stdtypes.rst
Doc/library/stdtypes.rst
+2
-2
No files found.
Doc/howto/argparse.rst
Dosyayı görüntüle @
c967a593
...
...
@@ -468,7 +468,7 @@ verbosity argument (check the output of ``python --help``)::
print answer
We have introduced another action, "count",
to count the number of occurences of a specific optional arguments:
to count the number of occur
r
ences of a specific optional arguments:
.. code-block:: sh
...
...
Doc/library/stdtypes.rst
Dosyayı görüntüle @
c967a593
...
...
@@ -743,10 +743,10 @@ are sequences of the same type; *n*, *i* and *j* are integers:
+------------------+--------------------------------+----------+
| ``max(s)`` | largest item of *s* | |
+------------------+--------------------------------+----------+
| ``s.index(i)`` | index of the first occur
ence
| |
| ``s.index(i)`` | index of the first occur
rence
| |
| | of *i* in *s* | |
+------------------+--------------------------------+----------+
| ``s.count(i)`` | total number of occur
ences of
| |
| ``s.count(i)`` | total number of occur
rences of
| |
| | *i* in *s* | |
+------------------+--------------------------------+----------+
...
...
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