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
1bbc0319
Kaydet (Commit)
1bbc0319
authored
Eki 27, 1998
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#Fixed some typos in docstrings.
üst
4089c110
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
python-mode.el
Misc/python-mode.el
+6
-6
No files found.
Misc/python-mode.el
Dosyayı görüntüle @
1bbc0319
...
...
@@ -8,7 +8,7 @@
;; Created: Feb 1992
;; Keywords: python languages oop
(
defconst
py-version
"$Revision$"
(
defconst
py-version
"$Revision$
a
"
"`python-mode' version number."
)
;; This software is provided as-is, without express or implied
...
...
@@ -257,9 +257,9 @@ variable section, e.g.:
# End:
so that typing \\[py-execute-buffer] in that buffer executes the named
master file instead of the buffer's file.
Note that if the file name
has a relative path, the value of `default-directory' for the buffer
is prepended to come up with a file name."
)
master file instead of the buffer's file.
If the file name has a
relative path, the value of variable `default-directory' for the
buffer
is prepended to come up with a file name."
)
(
make-variable-buffer-local
'py-master-file
)
...
...
@@ -716,7 +716,7 @@ package. Note that the latest X/Emacs releases contain this package.")
)
(
defvar
imenu-example--python-method-no-arg-parens
'
(
2
8
)
"Indic
i
es into groups of the Python regexp for use with imenu.
"Indices into groups of the Python regexp for use with imenu.
Using these values will result in smaller imenu lists, as arguments to
functions are not listed.
...
...
@@ -725,7 +725,7 @@ See the variable `imenu-example--python-show-method-args-p' for more
information."
)
(
defvar
imenu-example--python-method-arg-parens
'
(
2
7
)
"Indic
i
es into groups of the Python regexp for use with imenu.
"Indices into groups of the Python regexp for use with imenu.
Using these values will result in large imenu lists, as arguments to
functions are listed.
...
...
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