From 7c2e4cd27a0bb0aec32bab605d03bc3ac802d7f4 Mon Sep 17 00:00:00 2001 From: Dan LaManna Date: Thu, 21 Nov 2019 12:48:50 -0500 Subject: [PATCH] lang/python: fix minor documentation mistakes --- modules/lang/python/README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/lang/python/README.org b/modules/lang/python/README.org index 61becaa11..57e555f8f 100644 --- a/modules/lang/python/README.org +++ b/modules/lang/python/README.org @@ -89,7 +89,7 @@ Alternatively you can use the [[https://pypi.org/project/python-language-server/ * Features This module supports LSP. It requires installation of [[https://pypi.org/project/python-language-server/][Python Language -Server]] or [[https://github.com/Microsoft/python-language-server][Microsoft Lnaguaje Server]], see [[Language Server Protocol Support][LSP Support]]. +Server]] or [[https://github.com/Microsoft/python-language-server][Microsoft Language Server]], see [[Language Server Protocol Support][LSP Support]]. To enable support for auto-formatting with black enable ~:editor format-all~ in ~init.el~ file. @@ -116,11 +116,11 @@ To enable support for auto-formatting with black enable ~:editor format-all~ in | ~ t m~ | ~python-pytest-function-dwim~ | | ~ t r~ | ~python-pytest-repeat~ | | ~ t p~ | ~python-pytest-popup~ | -| ~ f d~ | ~anaconda-mode-find-definitions~ | -| ~ f h~ | ~anaconda-mode-show-doc~ | -| ~ f a~ | ~anaconda-mode-find-assignments~ | -| ~ f f~ | ~anaconda-mode-find-file~ | -| ~ f u~ | ~anaconda-mode-find-references~ | +| ~ g d~ | ~anaconda-mode-find-definitions~ | +| ~ g h~ | ~anaconda-mode-show-doc~ | +| ~ g a~ | ~anaconda-mode-find-assignments~ | +| ~ g f~ | ~anaconda-mode-find-file~ | +| ~ g u~ | ~anaconda-mode-find-references~ | * Configuration This module has the following variables to set extra arguments to [[https://ipython.org/][ipython]] and