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
287d1fdd
Kaydet (Commit)
287d1fdd
authored
Ock 12, 2011
tarafından
Alexander Belopolsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #10225: Fixed the simple mistakes in doctests.
üst
477ba919
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
decimal.rst
Doc/library/decimal.rst
+1
-1
operator.rst
Doc/library/operator.rst
+1
-1
turtle.rst
Doc/library/turtle.rst
+1
-1
No files found.
Doc/library/decimal.rst
Dosyayı görüntüle @
287d1fdd
...
...
@@ -144,7 +144,7 @@ value of that integer or float. Decimal numbers include special values such as
>>> Decimal((0, (3, 1, 4), -2))
Decimal('3.14')
>>> Decimal(str(2.0 ** 0.5))
Decimal('1.41421356237')
Decimal('1.41421356237
30951
')
>>> Decimal(2) ** Decimal('0.5')
Decimal('1.414213562373095048801688724')
>>> Decimal('NaN')
...
...
Doc/library/operator.rst
Dosyayı görüntüle @
287d1fdd
...
...
@@ -9,7 +9,7 @@
.. testsetup::
import operator
from operator import itemgetter
from operator import itemgetter
, iadd
The :mod:`operator` module exports a set of functions implemented in C
...
...
Doc/library/turtle.rst
Dosyayı görüntüle @
287d1fdd
...
...
@@ -1878,7 +1878,7 @@ Settings and special methods
>>> cv = screen.getcanvas()
>>> cv
<turtle.ScrolledCanvas
instance at 0x
...>
<turtle.ScrolledCanvas
object at
...>
.. function:: getshapes()
...
...
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