branch: elpa/flymake-pyrefly commit 799e3bbf96b648fc28842e7ddc207fa251afa477 Author: Boris Shminke <bo...@shminke.com> Commit: Boris Shminke <bo...@shminke.com>
typo --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8b77e92bf48..19ea0bcc317 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ [[https://pyrefly.org/][Pyrefly]] is a fast Python type checker written in Rust. flymake-pyrefly is a Pyrefly backend for [[https://www.gnu.org/software/emacs/manual/html_node/flymake/index.html#Top][Flymake]] that helps you to -see typing errors in your Pyton files. +see typing errors in your Python files. * How to install @@ -20,7 +20,7 @@ Python files (notice the difference if you use eglot): :hook (python-base-mode . pyrefly-setup-flymake-backend)) ;; or if you use eglot - (add-hook 'eglot-managed-mode-hook #'pyrefly-setup-flymake-backen) + (add-hook 'eglot-managed-mode-hook #'pyrefly-setup-flymake-backend) ;; if you use eglot and use-package (use-package flymake-pyrefly