Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 10, 2023
1 parent a67136a commit 5aac3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/coding/guruswami_sudan/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def _interpolation_matrix_problem(points, tau, parameters, wy):
- ``tau`` -- an integer, the number of errors one wants to decode.
- ``parameters`` -- (default: ``None``) a pair of integers, where:
- the first integer is the multiplicity parameter of Guruswami-Sudan algorithm and
- the second integer is the list size parameter.
Expand Down Expand Up @@ -370,6 +371,7 @@ def gs_interpolation_lee_osullivan(points, tau, parameters, wy):
- ``tau`` -- an integer, the number of errors one wants to decode.
- ``parameters`` -- (default: ``None``) a pair of integers, where:
- the first integer is the multiplicity parameter of Guruswami-Sudan
algorithm and
- the second integer is the list size parameter.
Expand Down

0 comments on commit 5aac3bf

Please sign in to comment.