From 2866c868d55d197de8c39c34debc878b38929d98 Mon Sep 17 00:00:00 2001 From: Alexandre Avenel Date: Sat, 11 Nov 2017 18:11:15 +0100 Subject: Fix some typos using codespell (#285) --- docs/api.rst | 2 +- docs/installation.rst | 2 +- docs/upgrade.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 144e616..9fc9cc6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -51,7 +51,7 @@ A project needs the following arguments: -d 'name=yay&id=yay&password=yay&contact_email=yay@notmyidea.org' "yay" -As you can see, the API retuns the identifier of the project +As you can see, the API returns the identifier of the project Getting information about the project ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/installation.rst b/docs/installation.rst index 9a5bd5a..0c3cfac 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -186,7 +186,7 @@ Production values are recommended values for use in production. | | | **Production value:** `ihatemoney conf-example ihatemoney.cfg` sets it to something | | | | random, which is good. | +-------------------------------+---------------------------------+----------------------------------------------------------------------------------------+ -| MAIL_DEFAULT_SENDER | ``("Budget manager", | A python tuple describing the name and email adress to use when sending | +| MAIL_DEFAULT_SENDER | ``("Budget manager", | A python tuple describing the name and email address to use when sending | | | "budget@notmyidea.org")`` | emails. | | | | | | | | **Production value:** Any tuple you want. | diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 9e48a98..702008b 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -39,7 +39,7 @@ instructions: Switch from git installation to pip installation ++++++++++++++++++++++++++++++++++++++++++++++++ -The recomended installation method is now using *pip*. Git is now intended for +The recommended installation method is now using *pip*. Git is now intended for development only. .. warning:: Be extra careful to not remove your sqlite database nor your -- cgit v1.1