File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ Data types
629629 >>> white in purple
630630 False
631631
632- .. method :: __iter__(self):
632+ .. method :: __iter__(self)
633633
634634 Returns all contained non-alias members::
635635
@@ -640,7 +640,7 @@ Data types
640640
641641 .. versionadded :: 3.11
642642
643- .. method :: __len__(self):
643+ .. method :: __len__(self)
644644
645645 Returns number of members in flag::
646646
@@ -651,7 +651,7 @@ Data types
651651
652652 .. versionadded :: 3.11
653653
654- .. method :: __bool__(self):
654+ .. method :: __bool__(self)
655655
656656 Returns *True * if any members in flag, *False * otherwise::
657657
@@ -688,7 +688,7 @@ Data types
688688 >>> purple ^ Color.GREEN
689689 <Color.RED|GREEN|BLUE: 7>
690690
691- .. method :: __invert__(self):
691+ .. method :: __invert__(self)
692692
693693 Returns all the flags in *type(self) * that are not in *self *::
694694
You can’t perform that action at this time.
0 commit comments