Skip to content

Commit

Permalink
saussage error
Browse files Browse the repository at this point in the history
  • Loading branch information
percolator committed Aug 27, 2024
1 parent dac428a commit 127cfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibook/pairwise/nw_code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"\n",
"This recursion is easily transformed into for-loops. We are free to select the order the matrix is filled in so we select to fill in row per row, i.e. rows become the inner loop, the columns the outer loop.\n",
"\n",
"Ahgain we keep track of the move that lead to a certain position by filling in the `trace` matrix.\n"
"Again we keep track of the move that lead to a certain position by filling in the `trace` matrix.\n"
]
},
{
Expand Down

0 comments on commit 127cfc3

Please sign in to comment.