Skip to content

Commit 97295cc

Browse files
committed
docs: fix typo
1 parent e0df689 commit 97295cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xblock/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ class XBlock(Plugin, Blocklike, metaclass=_HasChildrenMetaclass):
687687

688688
# These are dynamically managed by the awful hackery of _HasChildrenMetaclass.
689689
# We just declare their types here to make static analyzers happy.
690-
# Note that children is only defined iff has_children is defined and True.
690+
# Note that children is only defined if has_children is defined and True.
691691
has_children: bool
692692
children: ReferenceList
693693

0 commit comments

Comments
 (0)