From: Sandro Tosi Date: Sat, 24 Dec 2011 18:55:49 +0000 (+0100) Subject: fix Rather that/Rather than; thanks to Reuben Thomas from docs@ X-Git-Tag: v2.7.3rc1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec53eb817a1ec073842ef704961ea2d9c99952fc;p=python 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 60e0e993e4..e32493fabe 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -352,7 +352,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.