Skip to content

Commit 958ebc5

Browse files
authored
Merge branch 'main' into ibd_docs
2 parents 09541c4 + 648a595 commit 958ebc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/c-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ the C-equivalent methods as the Python API wraps this API.
4141

4242
The main area of difference is, unlike the Python API, the C API doesn't do any
4343
decoding, 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
4545
never used directly by any tskit C API method, just stored.
4646

4747
----------------------

docs/stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)