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
a9655b7f
Kaydet (Commit)
a9655b7f
authored
Kas 12, 2018
tarafından
Windson yang
Kaydeden (comit)
Miss Islington (bot)
Kas 12, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve grammar in Glossary. (GH-10474)
a asynchronous generator -> an asynchronous generator
üst
7610f4fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
glossary.rst
Doc/glossary.rst
+2
-2
No files found.
Doc/glossary.rst
Dosyayı görüntüle @
a9655b7f
...
@@ -99,7 +99,7 @@ Glossary
...
@@ -99,7 +99,7 @@ Glossary
that it contains :keyword:`yield` expressions for producing a series of
that it contains :keyword:`yield` expressions for producing a series of
values usable in an :keyword:`async for` loop.
values usable in an :keyword:`async for` loop.
Usually refers to a asynchronous generator function, but may refer to an
Usually refers to a
n
asynchronous generator function, but may refer to an
*asynchronous generator iterator* in some contexts. In cases where the
*asynchronous generator iterator* in some contexts. In cases where the
intended meaning isn'
t
clear
,
using
the
full
terms
avoids
ambiguity
.
intended meaning isn'
t
clear
,
using
the
full
terms
avoids
ambiguity
.
...
@@ -393,7 +393,7 @@ Glossary
...
@@ -393,7 +393,7 @@ Glossary
An :term:`annotation` of a function parameter or return value.
An :term:`annotation` of a function parameter or return value.
Function annotations are usually used for
Function annotations are usually used for
:term:`type hints <type hint>`: for example this function is expected to take two
:term:`type hints <type hint>`: for example
,
this function is expected to take two
:class:`int` arguments and is also expected to have an :class:`int`
:class:`int` arguments and is also expected to have an :class:`int`
return value::
return value::
...
...
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