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
9b5a0efc
Kaydet (Commit)
9b5a0efc
authored
May 16, 2019
tarafından
Xtreak
Kaydeden (comit)
Terry Jan Reedy
May 16, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos in documentation (#13344)
üst
4f820723
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
programming.rst
Doc/faq/programming.rst
+1
-1
pickle.rst
Doc/library/pickle.rst
+1
-1
No files found.
Doc/faq/programming.rst
Dosyayı görüntüle @
9b5a0efc
...
@@ -792,7 +792,7 @@ Its documentation looks like this::
...
@@ -792,7 +792,7 @@ Its documentation looks like this::
invoked using the three argument form.
invoked using the three argument form.
The slash at the end of the parameter list means that all three parameters are
The slash at the end of the parameter list means that all three parameters are
positional-only. Thus, calling :func:`pow` with keyword aguments would lead to
positional-only. Thus, calling :func:`pow` with keyword a
r
guments would lead to
an error::
an error::
>>> pow(x=3, y=4)
>>> pow(x=3, y=4)
...
...
Doc/library/pickle.rst
Dosyayı görüntüle @
9b5a0efc
...
@@ -642,7 +642,7 @@ or both.
...
@@ -642,7 +642,7 @@ or both.
by other classes as long as they implement :meth:`__setitem__`.
by other classes as long as they implement :meth:`__setitem__`.
* Optionally, a callable with a ``(obj, state)`` signature. This
* Optionally, a callable with a ``(obj, state)`` signature. This
callable allows the user to programatically control the state-updating
callable allows the user to program
m
atically control the state-updating
behavior of a specific object, instead of using ``obj``'s static
behavior of a specific object, instead of using ``obj``'s static
:meth:`__setstate__` method. If not ``None``, this callable will have
:meth:`__setstate__` method. If not ``None``, this callable will have
priority over ``obj``'s :meth:`__setstate__`.
priority over ``obj``'s :meth:`__setstate__`.
...
...
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