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
acb362e2
Kaydet (Commit)
acb362e2
authored
Tem 10, 2013
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge: #18424: PEP8ify the tense of the sum docstring.
üst
609142ef
87ead113
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bltinmodule.c
Python/bltinmodule.c
+2
-2
No files found.
Python/bltinmodule.c
Dosyayı görüntüle @
acb362e2
...
...
@@ -2113,9 +2113,9 @@ builtin_sum(PyObject *self, PyObject *args)
PyDoc_STRVAR
(
sum_doc
,
"sum(iterable[, start]) -> value
\n
\
\n
\
Return
s
the sum of an iterable of numbers (NOT strings) plus the value
\n
\
Return the sum of an iterable of numbers (NOT strings) plus the value
\n
\
of parameter 'start' (which defaults to 0). When the iterable is
\n
\
empty, return
s
start."
);
empty, return start."
);
static
PyObject
*
...
...
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