diff options
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\" \"-\"). |