aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2023-08-08 19:08:56 +0200
committerStefan Kangas2023-08-08 19:08:56 +0200
commitb8c05636ca4b28a7adc62e82a5fed528b402396d (patch)
tree706a045feec2e50bcfa5d8a4df1e28f952ab1539 /lisp/progmodes/python.el
parent62e990db7a2fad16756e019b331c28ad5a5a89fe (diff)
downloademacs-b8c05636ca4b28a7adc62e82a5fed528b402396d.tar.gz
emacs-b8c05636ca4b28a7adc62e82a5fed528b402396d.zip
; Fix typo
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 9f1940f3210..4b940b3f13b 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -6913,7 +6913,7 @@ implementations: `python-mode' and `python-ts-mode'."
6913 6913
6914;;;###autoload 6914;;;###autoload
6915(add-to-list 'auto-mode-alist 6915(add-to-list 'auto-mode-alist
6916 '('"/\\(?:Pipfile\\|\\.?flake8\\)\\'" . conf-mode)) 6916 '("/\\(?:Pipfile\\|\\.?flake8\\)\\'" . conf-mode))
6917 6917
6918(provide 'python) 6918(provide 'python)
6919 6919