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
f43713f9
Kaydet (Commit)
f43713f9
authored
Eki 22, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#6927: fix wrong word.
üst
95a75046
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
compound_stmts.rst
Doc/reference/compound_stmts.rst
+3
-3
datamodel.rst
Doc/reference/datamodel.rst
+1
-1
No files found.
Doc/reference/compound_stmts.rst
Dosyayı görüntüle @
f43713f9
...
@@ -610,9 +610,9 @@ which is then bound to the class name.
...
@@ -610,9 +610,9 @@ which is then bound to the class name.
.. [#] The exception is propagated to the invocation stack only if there is no
.. [#] The exception is propagated to the invocation stack only if there is no
:keyword:`finally` clause that negates the exception.
:keyword:`finally` clause that negates the exception.
.. [#] Currently, control "flows off the end" except in the case of an exception
or the
.. [#] Currently, control "flows off the end" except in the case of an exception
execution of a :keyword:`return`, :keyword:`continue`, or :keyword:`break`
or the execution of a :keyword:`return`, :keyword:`continue`, or
statement.
:keyword:`break`
statement.
.. [#] A string literal appearing as the first statement in the function body is
.. [#] A string literal appearing as the first statement in the function body is
transformed into the function's ``__doc__`` attribute and therefore the
transformed into the function's ``__doc__`` attribute and therefore the
...
...
Doc/reference/datamodel.rst
Dosyayı görüntüle @
f43713f9
...
@@ -1532,7 +1532,7 @@ returning an ordered dictionary.
...
@@ -1532,7 +1532,7 @@ returning an ordered dictionary.
The appropriate metaclass is determined by the following precedence rules:
The appropriate metaclass is determined by the following precedence rules:
* If the ``metaclass`` keyword argument is
ba
sed with the bases, it is used.
* If the ``metaclass`` keyword argument is
pas
sed with the bases, it is used.
* Otherwise, if there is at least one base class, its metaclass is used.
* Otherwise, if there is at least one base class, its metaclass is used.
...
...
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