diff options
| author | Dmitry Gutov | 2024-04-09 22:40:14 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2024-04-09 22:40:43 +0300 |
| commit | 73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5 (patch) | |
| tree | 63ce6d3a2d73689d2ac34e3013daad8cd73de275 /lisp/progmodes/python.el | |
| parent | ccced8c3e4323b9c3d24b2480fc7b8df946fce88 (diff) | |
| download | emacs-73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5.tar.gz emacs-73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5.zip | |
; Minor copy edits
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 8279617b6e7..85279d3e84b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -6610,7 +6610,7 @@ returned as is." | |||
| 6610 | 6610 | ||
| 6611 | (defcustom python-flymake-command '("pyflakes") | 6611 | (defcustom python-flymake-command '("pyflakes") |
| 6612 | "The external tool that will be used to perform the syntax check. | 6612 | "The external tool that will be used to perform the syntax check. |
| 6613 | This is a non empty list of strings, the checker tool possibly followed by | 6613 | This is a non-empty list of strings: the checker tool possibly followed by |
| 6614 | required arguments. Once launched it will receive the Python source to be | 6614 | required arguments. Once launched it will receive the Python source to be |
| 6615 | checked as its standard input. | 6615 | checked as its standard input. |
| 6616 | To use `flake8' you would set this to (\"flake8\" \"-\"). | 6616 | To use `flake8' you would set this to (\"flake8\" \"-\"). |