aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorDmitry Gutov2024-04-09 22:40:14 +0300
committerDmitry Gutov2024-04-09 22:40:43 +0300
commit73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5 (patch)
tree63ce6d3a2d73689d2ac34e3013daad8cd73de275 /lisp/progmodes/python.el
parentccced8c3e4323b9c3d24b2480fc7b8df946fce88 (diff)
downloademacs-73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5.tar.gz
emacs-73bd48de3cf45de02c0f1caf5bd5196f4d4b08f5.zip
; Minor copy edits
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 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.
6613This is a non empty list of strings, the checker tool possibly followed by 6613This is a non-empty list of strings: the checker tool possibly followed by
6614required arguments. Once launched it will receive the Python source to be 6614required arguments. Once launched it will receive the Python source to be
6615checked as its standard input. 6615checked as its standard input.
6616To use `flake8' you would set this to (\"flake8\" \"-\"). 6616To use `flake8' you would set this to (\"flake8\" \"-\").