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 60e0e99..e32493f 100644
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -352,7 +352,7 @@
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.