# HG changeset patch
# User J. H. Palmieri <palmieri@math.washington.edu>
# Date 1307006484 -7200
# Node ID b32d1f9aebe38c2c702563a6d1e174a20b6a5c7c
# Parent 6ca08864b80c1e04599ba23ba295bfcf6a61f19b
#11251: referee patch (punctuation, spelling)
diff --git a/doc/en/developer/conventions.rst b/doc/en/developer/conventions.rst
a
|
b
|
a guide. |
397 | 397 | build, it is very likely that you would be requested to |
398 | 398 | change your patch. |
399 | 399 | |
400 | | - A TODO block for rooms for improvements. The TODO block might |
| 400 | - A TODO block for room for improvements. The TODO block might |
401 | 401 | contains disabled doctests to demonstrate the desired feature. A TODO block |
402 | 402 | should start with ``.. TODO::``. It can also be the lower-case form |
403 | 403 | ``.. todo::``. However, you are encouraged to use the upper-case form |
diff --git a/doc/en/reference/todolist.rst b/doc/en/reference/todolist.rst
a
|
b
|
There is still some work to do :-) : |
12 | 12 | |
13 | 13 | .. todo:: |
14 | 14 | |
15 | | rewrite the hand written TODO by using the correct ``.. todo::`` |
16 | | markup ;-). |
| 15 | Rewrite the hand-written TODOs by using the correct ``.. todo::`` |
| 16 | markup. |
17 | 17 | |
18 | 18 | .. todolist:: |