Skip to content

Commit 64a70e9

Browse files
committed
Replace parent-child analogy in doc/tags/extends.rst
1 parent 4d44d3c commit 64a70e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/tags/extends.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ value from the parent template is used instead.
7171

7272
You can't define multiple ``block`` tags with the same name in the same
7373
template. This limitation exists because a block tag works in "both"
74-
directions. That is, a block tag doesn't just provide a hole to fill - it also
75-
defines the content that fills the hole in the *parent*. If there were two
74+
directions. That is, a block tag doesn't just provide a slot to fill - it also
75+
defines the content that fills the slot in the *parent*. If there were two
7676
similarly-named ``block`` tags in a template, that template's parent wouldn't
7777
know which one of the blocks' content to use.
7878

0 commit comments

Comments
 (0)