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
114a1d63
Kaydet (Commit)
114a1d63
authored
Ock 04, 2016
tarafından
Senthil Kumaran
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue24898 - Improve str.find documentation.
Simplify str.find explaination as per Georg Brandl's suggestion.
üst
a8808003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
stdtypes.rst
Doc/library/stdtypes.rst
+3
-4
No files found.
Doc/library/stdtypes.rst
Dosyayı görüntüle @
114a1d63
...
@@ -1563,10 +1563,9 @@ expression support in the :mod:`re` module).
...
@@ -1563,10 +1563,9 @@ expression support in the :mod:`re` module).
.. method:: str.find(sub[, start[, end]])
.. method:: str.find(sub[, start[, end]])
Return the lowest index in the string where substring *sub* is found, such
Return the lowest index in the string where substring *sub* is found within
that *sub* is contained in the slice ``s[start:end]``. Optional arguments
the slice ``s[start:end]``. Optional arguments *start* and *end* are
*start* and *end* are interpreted as in slice notation. Return ``-1`` if
interpreted as in slice notation. Return ``-1`` if *sub* is not found.
*sub* is not found.
.. note::
.. note::
...
...
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