aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJocelyn Delande <jocelyn@crapouillou.net>2015-08-20 12:02:04 +0200
committerJocelyn Delande <jocelyn@crapouillou.net>2015-08-20 12:02:04 +0200
commitd9313ba40e42f0910323fa522b104257a81a1d74 (patch)
tree13eee8e128a86ec0b9216447f7fce760517ebbe4 /README.rst
parent42dd9d54a89b7ef8a015b20d8a979e835fa87b09 (diff)
downloadihatemoney-mirror-d9313ba40e42f0910323fa522b104257a81a1d74.zip
ihatemoney-mirror-d9313ba40e42f0910323fa522b104257a81a1d74.tar.gz
ihatemoney-mirror-d9313ba40e42f0910323fa522b104257a81a1d74.tar.bz2
Remove trailing whitespaces
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 80e2fb0..8bcc648 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ the following content::
DEBUG = True
SQLACHEMY_ECHO = DEBUG
-You can also set the `TESTING` flag to `True` so no mails are sent
+You can also set the `TESTING` flag to `True` so no mails are sent
(and no exception is raised) while you're on development mode.
Deploy it
@@ -66,7 +66,7 @@ As a developer
--------------
The best way to contribute code is to write it and to make a pull request on
-github. Please, think about updating and running the tests before asking for
+github. Please, think about updating and running the tests before asking for
a pull request as it will help us to maintain the code clean and running.
To do so::