Skip to content

Commit 4032c72

Browse files
authored
Merge pull request #1855 from sten0/minor-typo-and-style-fixes
minor typo and style fixes
2 parents c3aa42f + f47dd75 commit 4032c72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/customization_tips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
4848
For example to use black:
4949

5050
.. code-block:: elisp

docs/ide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

427427
The 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

0 commit comments

Comments
 (0)