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
4c3124c2
Kaydet (Commit)
4c3124c2
authored
Eyl 12, 2011
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.2
üst
faabef54
1d7deafe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
pydoc.py
Lib/pydoc.py
+5
-4
No files found.
Lib/pydoc.py
Dosyayı görüntüle @
4c3124c2
...
@@ -1041,10 +1041,11 @@ class TextDoc(Doc):
...
@@ -1041,10 +1041,11 @@ class TextDoc(Doc):
if
docloc
is
not
None
:
if
docloc
is
not
None
:
result
=
result
+
self
.
section
(
'MODULE REFERENCE'
,
docloc
+
"""
result
=
result
+
self
.
section
(
'MODULE REFERENCE'
,
docloc
+
"""
The following documentation is automatically generated from the Python source
The following documentation is automatically generated from the Python
files. It may be incomplete, incorrect or include features that are considered
source files. It may be incomplete, incorrect or include features that
implementation detail and may vary between Python implementations. When in
are considered implementation detail and may vary between Python
doubt, consult the module reference at the location listed above.
implementations. When in doubt, consult the module reference at the
location listed above.
"""
)
"""
)
if
desc
:
if
desc
:
...
...
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