File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This can be achieved with the following snippet:
4444 (add-hook 'before-save-hook
4545 'elpy-format-code nil t)))
4646
47- The formatting function (``elpy-format-code `` here) can be replaced with your prefered one.
47+ The formatting function (``elpy-format-code `` here) can be replaced with your preferred one.
4848For example to use black:
4949
5050.. code-block :: elisp
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ accidental code execution, e.g.:
421421.. option :: elpy-shell-add-to-shell-history
422422
423423 If `t `, Elpy will make the code sent available in the shell
424- history. This allows to use `comint-previous-input ` (:kbd: `C - up `)
424+ history. This allows one to use `comint-previous-input ` (:kbd: `C - up `)
425425 in the python shell to get back the pieces of code sent by Elpy.
426426
427427The list of remaining commands to send code fragments is:
@@ -786,7 +786,7 @@ Refactoring
786786
787787.. option :: elpy-formatter
788788
789- Allow to select the formatter you want to use amongst
789+ Allows the selection of one's preferred formatter. Available options are:
790790 `yapf `_ , `autopep8 `_ and `black `_.
791791
792792 `yapf `_ and `autopep8 `_ can be configured with style files placed in
You can’t perform that action at this time.
0 commit comments