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
b5c246f8
Kaydet (Commit)
b5c246f8
authored
Haz 02, 2018
tarafından
Eitan Adler
Kaydeden (comit)
Mariatta
Haz 02, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Docs: fix some wrong words (GH-6987)
Fix typos in code comments: bdb.py and configure.ac.
üst
8425de41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bdb.py
Lib/bdb.py
+1
-1
configure.ac
configure.ac
+2
-2
No files found.
Lib/bdb.py
Dosyayı görüntüle @
b5c246f8
...
...
@@ -257,7 +257,7 @@ class Bdb:
pass
def
user_line
(
self
,
frame
):
"""Called when w
hen w
e stop or break at a line."""
"""Called when we stop or break at a line."""
pass
def
user_return
(
self
,
frame
,
return_value
):
...
...
configure.ac
Dosyayı görüntüle @
b5c246f8
...
...
@@ -153,7 +153,7 @@ AC_ARG_ENABLE(universalsdk,
[
case $enableval in
yes)
# Locate the best usable SDK, see Mac/README
.txt
for more
# Locate the best usable SDK, see Mac/README for more
# information
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
...
...
@@ -572,7 +572,7 @@ fi
if test "$ac_sys_system" = "Darwin"
then
# Compiler selection on MacOSX is more complicated than
# AC_PROG_CC can handle, see Mac/README
.txt
for more
# AC_PROG_CC can handle, see Mac/README for more
# information
if test -z "${CC}"
then
...
...
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