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
9ecb6beb
Kaydet (Commit)
9ecb6beb
authored
Ock 16, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#13695: fix a couple of typos in the doc.
üst
a846d0ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
functools.rst
Doc/library/functools.rst
+1
-1
unittest.rst
Doc/library/unittest.rst
+2
-2
No files found.
Doc/library/functools.rst
Dosyayı görüntüle @
9ecb6beb
...
@@ -24,7 +24,7 @@ The :mod:`functools` module defines the following functions:
...
@@ -24,7 +24,7 @@ The :mod:`functools` module defines the following functions:
tools that accept key functions (such as :func:`sorted`, :func:`min`,
tools that accept key functions (such as :func:`sorted`, :func:`min`,
:func:`max`, :func:`heapq.nlargest`, :func:`heapq.nsmallest`,
:func:`max`, :func:`heapq.nlargest`, :func:`heapq.nsmallest`,
:func:`itertools.groupby`). This function is primarily used as a transition
:func:`itertools.groupby`). This function is primarily used as a transition
tool for programs being converted from Py
2.x
which supported the use of
tool for programs being converted from Py
thon 2
which supported the use of
comparison functions.
comparison functions.
A compare function is any callable that accept two arguments, compares them,
A compare function is any callable that accept two arguments, compares them,
...
...
Doc/library/unittest.rst
Dosyayı görüntüle @
9ecb6beb
...
@@ -869,13 +869,13 @@ Test cases
...
@@ -869,13 +869,13 @@ Test cases
In addition, if *first* and *second* are the exact same type and one of
In addition, if *first* and *second* are the exact same type and one of
list, tuple, dict, set, frozenset or str or any type that a subclass
list, tuple, dict, set, frozenset or str or any type that a subclass
registers with :meth:`addTypeEqualityFunc` the type
specific equality
registers with :meth:`addTypeEqualityFunc` the type
-
specific equality
function will be called in order to generate a more useful default
function will be called in order to generate a more useful default
error message (see also the :ref:`list of type-specific methods
error message (see also the :ref:`list of type-specific methods
<type-specific-methods>`).
<type-specific-methods>`).
.. versionchanged:: 3.1
.. versionchanged:: 3.1
Added the automatic calling of type
specific equality function.
Added the automatic calling of type
-
specific equality function.
.. versionchanged:: 3.2
.. versionchanged:: 3.2
:meth:`assertMultiLineEqual` added as the default type equality
:meth:`assertMultiLineEqual` added as the default type equality
...
...
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