diff options
| author | Stefan Kangas | 2020-09-21 13:29:10 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-09-21 14:26:42 +0200 |
| commit | 462dbc1cb2c59eaca9c9344636b8af29462370a0 (patch) | |
| tree | f5329670eed8372fc268bf7f5037627f0330d81e /lisp/progmodes/python.el | |
| parent | e72d3793bcec67f9312e9d011e4357f8986bf837 (diff) | |
| download | emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.tar.gz emacs-462dbc1cb2c59eaca9c9344636b8af29462370a0.zip | |
; Fix typos
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 8 |
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." | |||
| 2059 | When this variable is non-nil, values are exported into remote | 2059 | When this variable is non-nil, values are exported into remote |
| 2060 | hosts PATH before starting processes. Values defined in | 2060 | hosts 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 |
| 2062 | here. Normally you wont use this variable directly unless you | 2062 | here. Normally you won't use this variable directly unless you |
| 2063 | plan to ensure a particular set of paths to all Python shell | 2063 | plan to ensure a particular set of paths to all Python shell |
| 2064 | executed through tramp connections." | 2064 | executed 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) |