File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5660,7 +5660,7 @@ def individual_locations(self):
5660
5660
@property
5661
5661
def individuals_flags (self ):
5662
5662
"""
5663
- Efficient access to the ``flags`` column in the
5663
+ Efficient access to the bitwise ``flags`` column in the
5664
5664
:ref:`sec_individual_table_definition` as a numpy array (dtype=np.uint32).
5665
5665
Equivalent to ``ts.tables.individuals.flags`` (but avoiding the full copy
5666
5666
of the table data that accessing ``ts.tables`` currently entails).
@@ -5680,7 +5680,7 @@ def nodes_time(self):
5680
5680
@property
5681
5681
def nodes_flags (self ):
5682
5682
"""
5683
- Efficient access to the ``flags`` column in the
5683
+ Efficient access to the bitwise ``flags`` column in the
5684
5684
:ref:`sec_node_table_definition` as a numpy array (dtype=np.uint32).
5685
5685
Equivalent to ``ts.tables.nodes.flags`` (but avoiding the full copy
5686
5686
of the table data that accessing ``ts.tables`` currently entails).
You can’t perform that action at this time.
0 commit comments