From: Sandro Tosi Date: Sat, 24 Dec 2011 18:56:04 +0000 (+0100) Subject: fix Rather that/Rather than; thanks to Reuben Thomas from docs@ X-Git-Tag: v3.2.3rc1~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75c71ccf2af95d34d164e6ab149968f817809112;p=thirdparty%2FPython%2Fcpython.git fix Rather that/Rather than; thanks to Reuben Thomas from docs@ --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index a375117dac8f..0bf21276ea9e 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.