diff options
| author | Paul Eggert | 2013-09-09 09:26:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-09-09 09:26:38 -0700 |
| commit | 71bd1a008412d223ffa16a5eabd51771b8c94e50 (patch) | |
| tree | 3e99ecd86cb336b0df6e555bf5639e5bfa9207a5 /lisp/progmodes/python.el | |
| parent | 48b48f98e230d0f9c2d7410600957af6e671a3e0 (diff) | |
| download | emacs-71bd1a008412d223ffa16a5eabd51771b8c94e50.tar.gz emacs-71bd1a008412d223ffa16a5eabd51771b8c94e50.zip | |
Spelling fixes and tidy up a comment.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index be151bf8114..05d707acf43 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2140,7 +2140,7 @@ the python shell: | |||
| 2140 | 1. When Optional Argument NOMAIN is non-nil everything under an | 2140 | 1. When Optional Argument NOMAIN is non-nil everything under an |
| 2141 | \"if __name__ == '__main__'\" block will be removed. | 2141 | \"if __name__ == '__main__'\" block will be removed. |
| 2142 | 2. When a subregion of the buffer is sent, it takes care of | 2142 | 2. When a subregion of the buffer is sent, it takes care of |
| 2143 | appending extra whitelines so tracebacks are correct. | 2143 | appending extra empty lines so tracebacks are correct. |
| 2144 | 3. Wraps indented regions under an \"if True:\" block so the | 2144 | 3. Wraps indented regions under an \"if True:\" block so the |
| 2145 | interpreter evaluates them correctly." | 2145 | interpreter evaluates them correctly." |
| 2146 | (let ((substring (buffer-substring-no-properties start end)) | 2146 | (let ((substring (buffer-substring-no-properties start end)) |