aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-18 01:41:23 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-18 01:41:23 +0100
commitab2f9fd828058d281480e9947ea346e382a7f3c8 (patch)
tree75e3db6168daf27452c6bb38850af9900deb0ed7 /bindings
parentbf6039e34eca52ccf7fe1db51e1b5c843a9828f3 (diff)
python: remove trailing whitespace within the documentation source files
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/index.rst14
-rw-r--r--bindings/python/docs/source/notmuch.rst2
2 files changed, 8 insertions, 8 deletions
diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst
index 5405de8e..25eb146c 100644
--- a/bindings/python/docs/source/index.rst
+++ b/bindings/python/docs/source/index.rst
@@ -13,7 +13,7 @@ Within :mod:`notmuch`, the classes :class:`Database`, :class:`Query` provide mos
:License: This module is covered under the GNU GPL v3 (or later).
-This page contains the main API overview of notmuch |release|.
+This page contains the main API overview of notmuch |release|.
Notmuch can be imported as::
@@ -35,7 +35,7 @@ More information on specific topics can be found on the following pages:
:maxdepth: 1
status_and_errors
- notmuch
+ notmuch
:mod:`notmuch` -- The Notmuch interface
=================================================
@@ -111,8 +111,8 @@ More information on specific topics can be found on the following pages:
Sort by email message ID.
SORT.UNSORTED
- Do not apply a special sort order (returns results in document id
- order).
+ Do not apply a special sort order (returns results in document id
+ order).
.. automethod:: set_sort
@@ -141,7 +141,7 @@ More information on specific topics can be found on the following pages:
.. method:: __len__()
.. warning::
-
+
:meth:`__len__` was removed in version 0.6 as it exhausted the iterator and broke
list(Messages()). Use the :meth:`Query.count_messages` function or use `len(list(msgs))`.
@@ -162,7 +162,7 @@ More information on specific topics can be found on the following pages:
.. attribute:: FLAG
- FLAG.MATCH
+ FLAG.MATCH
This flag is automatically set by a
Query.search_threads on those messages that match the
query. This allows us to distinguish matches from the rest
@@ -171,7 +171,7 @@ More information on specific topics can be found on the following pages:
.. automethod:: get_flag
.. automethod:: set_flag
-
+
.. automethod:: get_date
.. automethod:: get_header
diff --git a/bindings/python/docs/source/notmuch.rst b/bindings/python/docs/source/notmuch.rst
index 32e17833..bf68f337 100644
--- a/bindings/python/docs/source/notmuch.rst
+++ b/bindings/python/docs/source/notmuch.rst
@@ -29,7 +29,7 @@ Where <command> and [args...] are as follows:
**show** <search-terms> [...]
Show all messages matching the search terms.
- This has been partially implemented, we show a stub for each
+ This has been partially implemented, we show a stub for each
found message, but do not output the full message body yet.
**count** <search-terms> [...]