aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2020-09-21 13:29:10 +0200
committerStefan Kangas2020-09-21 14:26:42 +0200
commit462dbc1cb2c59eaca9c9344636b8af29462370a0 (patch)
treef5329670eed8372fc268bf7f5037627f0330d81e /lisp/progmodes/python.el
parente72d3793bcec67f9312e9d011e4357f8986bf837 (diff)
downloademacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.tar.gz
emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.zip
; Fix typos
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index d2eb5f268bd..7c3b611cd9f 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2059,7 +2059,7 @@ that they are prioritized when looking for executables."
2059When this variable is non-nil, values are exported into remote 2059When this variable is non-nil, values are exported into remote
2060hosts PATH before starting processes. Values defined in 2060hosts PATH before starting processes. Values defined in
2061`python-shell-exec-path' will take precedence to paths defined 2061`python-shell-exec-path' will take precedence to paths defined
2062here. Normally you wont use this variable directly unless you 2062here. Normally you won't use this variable directly unless you
2063plan to ensure a particular set of paths to all Python shell 2063plan to ensure a particular set of paths to all Python shell
2064executed through tramp connections." 2064executed through tramp connections."
2065 :version "25.1" 2065 :version "25.1"
@@ -4130,7 +4130,7 @@ JUSTIFY should be used (if applicable) as in `fill-paragraph'."
4130 (goto-char (point-max))) 4130 (goto-char (point-max)))
4131 (point-marker))) 4131 (point-marker)))
4132 (multi-line-p 4132 (multi-line-p
4133 ;; Docstring styles may vary for oneliners and multi-liners. 4133 ;; Docstring styles may vary for one-liners and multi-liners.
4134 (> (count-matches "\n" str-start-pos str-end-pos) 0)) 4134 (> (count-matches "\n" str-start-pos str-end-pos) 0))
4135 (delimiters-style 4135 (delimiters-style
4136 (pcase python-fill-docstring-style 4136 (pcase python-fill-docstring-style
@@ -5336,7 +5336,7 @@ To use `flake8' you would set this to (\"flake8\" \"-\")."
5336 :group 'python-flymake 5336 :group 'python-flymake
5337 :type '(repeat string)) 5337 :type '(repeat string))
5338 5338
5339;; The default regexp accomodates for older pyflakes, which did not 5339;; The default regexp accommodates for older pyflakes, which did not
5340;; report the column number, and at the same time it's compatible with 5340;; report the column number, and at the same time it's compatible with
5341;; flake8 output, although it may be redefined to explicitly match the 5341;; flake8 output, although it may be redefined to explicitly match the
5342;; TYPE 5342;; TYPE
@@ -5536,7 +5536,7 @@ REPORT-FN is Flymake's callback function."
5536 (^ '(- (1+ (current-indentation)))))) 5536 (^ '(- (1+ (current-indentation))))))
5537 5537
5538 (with-no-warnings 5538 (with-no-warnings
5539 ;; supress warnings about eldoc-documentation-function being obsolete 5539 ;; suppress warnings about eldoc-documentation-function being obsolete
5540 (if (null eldoc-documentation-function) 5540 (if (null eldoc-documentation-function)
5541 ;; Emacs<25 5541 ;; Emacs<25
5542 (set (make-local-variable 'eldoc-documentation-function) 5542 (set (make-local-variable 'eldoc-documentation-function)