aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 63a43c1b31a..a95206463b6 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2979,7 +2979,7 @@ This is a wrapper over `buffer-substring' that takes care of
2979different transformations for the code sent to be evaluated in 2979different transformations for the code sent to be evaluated in
2980the python shell: 2980the python shell:
2981 1. When optional argument NOMAIN is non-nil everything under an 2981 1. When optional argument NOMAIN is non-nil everything under an
2982 \"if __name__ == '__main__'\" block will be removed. 2982 \"if __name__ == \\='__main__\\='\" block will be removed.
2983 2. When a subregion of the buffer is sent, it takes care of 2983 2. When a subregion of the buffer is sent, it takes care of
2984 appending extra empty lines so tracebacks are correct. 2984 appending extra empty lines so tracebacks are correct.
2985 3. When the region sent is a substring of the current buffer, a 2985 3. When the region sent is a substring of the current buffer, a