File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ the C-equivalent methods as the Python API wraps this API.
4141
4242The main area of difference is, unlike the Python API, the C API doesn't do any
4343decoding, encoding or schema validation of :ref: `sec_metadata ` fields,
44- instead only handling the byte sting representation of the metadata. Metadata is therefore
44+ instead only handling the byte string representation of the metadata. Metadata is therefore
4545never used directly by any tskit C API method, just stored.
4646
4747----------------------
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ The `indexes` parameter is interpreted in the following way:
349349 that we also drop the outer dimension of the result array in this case** .
350350
351351- If it is a list of ` k ` -tuples (each consisting of integers
352- of integers between ` 0 ` and ` len(sample_sets) - 1 ` ) of length ` n ` we
352+ between ` 0 ` and ` len(sample_sets) - 1 ` ) of length ` n ` we
353353 compute ` n ` statistics based on these selections of sample sets.
354354
355355
You can’t perform that action at this time.
0 commit comments