Skip to content

Commit

Permalink
fix typo in chapter_pairwise.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoon authored Jan 16, 2025
1 parent 29c931b commit 55add62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Tutorial/chapter_pairwise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ The expected frequency of residue pairs is then
Here, ``background[:, None]`` creates a 2D array consisting of a single
column with the values of ``expected_frequencies``, and
``rxpected_frequencies[None, :]`` a 2D array with these values as a
``expected_frequencies[None, :]`` a 2D array with these values as a
single row. Taking their dot product (inner product) creates a matrix of
expected frequencies where each entry consists of two
``expected_frequencies`` values multiplied with each other. For example,
Expand Down

0 comments on commit 55add62

Please sign in to comment.