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
132ac381
Kaydet (Commit)
132ac381
authored
Şub 24, 2017
tarafından
Jim Fasarakis-Hilliard
Kaydeden (comit)
Mariatta
Şub 24, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix small typos in expressions.rst (GH-276)
üst
fba79dc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
expressions.rst
Doc/reference/expressions.rst
+2
-2
No files found.
Doc/reference/expressions.rst
Dosyayı görüntüle @
132ac381
...
@@ -190,7 +190,7 @@ Since Python 3.6, in an :keyword:`async def` function, an :keyword:`async for`
...
@@ -190,7 +190,7 @@ Since Python 3.6, in an :keyword:`async def` function, an :keyword:`async for`
clause may be used to iterate over a :term:`asynchronous iterator`.
clause may be used to iterate over a :term:`asynchronous iterator`.
A comprehension in an :keyword:`async def` function may consist of either a
A comprehension in an :keyword:`async def` function may consist of either a
:keyword:`for` or :keyword:`async for` clause following the leading
:keyword:`for` or :keyword:`async for` clause following the leading
expression, may conta
n addit
onal :keyword:`for` or :keyword:`async for`
expression, may conta
in additi
onal :keyword:`for` or :keyword:`async for`
clauses, and may also use :keyword:`await` expressions.
clauses, and may also use :keyword:`await` expressions.
If a comprehension contains either :keyword:`async for` clauses
If a comprehension contains either :keyword:`async for` clauses
or :keyword:`await` expressions it is called an
or :keyword:`await` expressions it is called an
...
@@ -1317,7 +1317,7 @@ built-in types.
...
@@ -1317,7 +1317,7 @@ built-in types.
* Sequences (instances of :class:`tuple`, :class:`list`, or :class:`range`) can
* Sequences (instances of :class:`tuple`, :class:`list`, or :class:`range`) can
be compared only within each of their types, with the restriction that ranges
be compared only within each of their types, with the restriction that ranges
do not support order comparison. Equality comparison across these types
do not support order comparison. Equality comparison across these types
results in
u
nequality, and ordering comparison across these types raises
results in
i
nequality, and ordering comparison across these types raises
:exc:`TypeError`.
:exc:`TypeError`.
Sequences compare lexicographically using comparison of corresponding
Sequences compare lexicographically using comparison of corresponding
...
...
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