diff options
| author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-24 19:56:04 +0100 |
|---|---|---|
| committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-24 19:56:04 +0100 |
| commit | 75c71ccf2af95d34d164e6ab149968f817809112 (patch) | |
| tree | 0f6400ad2a340f8315b65842ba12a199844e76bd /Doc/reference/simple_stmts.rst | |
| parent | baf30da2402d7eeb710fc26f0e013cb2de632225 (diff) | |
| download | cpython-git-75c71ccf2af95d34d164e6ab149968f817809112.tar.gz | |
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
Diffstat (limited to 'Doc/reference/simple_stmts.rst')
| -rw-r--r-- | Doc/reference/simple_stmts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index a375117dac..0bf21276ea 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -372,7 +372,7 @@ The :keyword:`del` statement del_stmt: "del" `target_list` Deletion is recursively defined very similar to the way assignment is defined. -Rather that spelling it out in full details, here are some hints. +Rather than spelling it out in full details, here are some hints. Deletion of a target list recursively deletes each target, from left to right. |
