Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Some doctest markup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrosenkilde committed Aug 4, 2016
1 parent 5268fb2 commit da23dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/coding/linear_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -2830,7 +2830,7 @@ def sd_zeta_polynomial(self, typ=1):
Return the Duursma zeta polynomial, computed in a fashion that only
works if ``self`` is self-dual.
WARNING::
.. WARNING::
This function does not check that ``self`` is self-dual. Indeed, it
is not even clear which notion of self-dual is supported ([D] seems
Expand Down Expand Up @@ -2938,7 +2938,7 @@ def weight_distribution(self, algorithm=None):
- A list of non-negative integers: the weight distribution.
WARNING::
.. WARNING::
Specifying ``algorithm = "leon"`` sometimes prints a traceback
related to a stack smashing error in the C library. The result
Expand Down Expand Up @@ -4039,7 +4039,7 @@ class LinearCodeSyndromeDecoder(Decoder):
the covering radius of the code, this decoder is complete, i.e. it decodes
every vector in the ambient space.
NOTE:
.. NOTE:
Constructing the lookup table takes time exponential in the length of the
code and the size of the code's base field. Afterwards, the individual
Expand Down

0 comments on commit da23dc6

Please sign in to comment.