Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75c71cc

Browse files
committed
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
1 parent baf30da commit 75c71cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The :keyword:`del` statement
372372
del_stmt: "del" `target_list`
373373

374374
Deletion is recursively defined very similar to the way assignment is defined.
375-
Rather that spelling it out in full details, here are some hints.
375+
Rather than spelling it out in full details, here are some hints.
376376

377377
Deletion of a target list recursively deletes each target, from left to right.
378378

0 commit comments

Comments
 (0)