mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#Typos from previous checkin
This commit is contained in:
parent
41a05c75d4
commit
71c3adb7ec
1 changed files with 2 additions and 2 deletions
|
@ -437,7 +437,7 @@ Currently-active file is at the head of the list.")
|
||||||
"Regular expression matching Python backslash continuation lines.")
|
"Regular expression matching Python backslash continuation lines.")
|
||||||
|
|
||||||
(defconst py-blank-or-comment-re "[ \t]*\\($\\|#\\)"
|
(defconst py-blank-or-comment-re "[ \t]*\\($\\|#\\)"
|
||||||
"Regular expression matching a blank or comment line."
|
"Regular expression matching a blank or comment line.")
|
||||||
|
|
||||||
(defconst py-outdent-re
|
(defconst py-outdent-re
|
||||||
(concat "\\(" (mapconcat 'identity
|
(concat "\\(" (mapconcat 'identity
|
||||||
|
@ -474,7 +474,7 @@ Currently-active file is at the head of the list.")
|
||||||
;; If you change this, you probably have to change py-current-defun
|
;; If you change this, you probably have to change py-current-defun
|
||||||
;; as well. This is only used by py-current-defun to find the name
|
;; as well. This is only used by py-current-defun to find the name
|
||||||
;; for add-log.el.
|
;; for add-log.el.
|
||||||
"Regular expression matching a function, method, or variable assignment."
|
"Regular expression matching a function, method, or variable assignment.")
|
||||||
|
|
||||||
(defconst py-class-start-re "^class[ \t]*\\([a-zA-Z_0-9]+\\)"
|
(defconst py-class-start-re "^class[ \t]*\\([a-zA-Z_0-9]+\\)"
|
||||||
;; If you change this, you probably have to change py-current-defun
|
;; If you change this, you probably have to change py-current-defun
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue