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

Commit

Permalink
a few more
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed Jan 5, 2019
1 parent 530a337 commit 512afaa
Show file tree
Hide file tree
Showing 43 changed files with 238 additions and 187 deletions.
2 changes: 1 addition & 1 deletion src/sage/categories/covariant_functorial_construction.py
Expand Up @@ -629,7 +629,7 @@ def additional_structure(self):
- :meth:`Category.additional_structure`.
- :meth:`is_construction_defined_by_base`.
EXAMPLES:
EXAMPLES::
sage: Modules(ZZ).Graded().additional_structure()
Category of graded modules over Integer Ring
Expand Down
2 changes: 1 addition & 1 deletion src/sage/categories/filtered_modules_with_basis.py
Expand Up @@ -789,7 +789,7 @@ def maximal_degree(self):
.. SEEALSO:: :meth:`homogeneous_degree`
EXAMPLES:
EXAMPLES::
sage: A = ModulesWithBasis(ZZ).Filtered().example()
sage: x = A(Partition((3,2,1)))
Expand Down
2 changes: 1 addition & 1 deletion src/sage/coding/grs.py
Expand Up @@ -611,7 +611,7 @@ def ReedSolomonCode(base_field, length, dimension, primitive_root=None):
one will be computed and can be recovered as ``C.evaluation_points()[1]``
where `C` is the code returned by this method.
EXAMPLES:
EXAMPLES::
sage: C = codes.ReedSolomonCode(GF(7), 6, 3); C
[6, 3, 4] Reed-Solomon Code over GF(7)
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/chas/wqsym.py
Expand Up @@ -803,7 +803,7 @@ def star_involution(self):
:meth:`algebraic_complement`, :meth:`coalgebraic_complement`
EXAMPLES:
EXAMPLES::
sage: WQSym = algebras.WQSym(ZZ)
sage: X = WQSym.X()
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/tableau.py
Expand Up @@ -1908,7 +1908,7 @@ def leq(self, secondtab):
- ``secondtab`` -- a tableau of the same shape as ``self``
EXAMPLES:
EXAMPLES::
sage: T = Tableau([[1, 2], [3]])
sage: S = Tableau([[1, 3], [3]])
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/words/morphism.py
Expand Up @@ -1809,7 +1809,7 @@ def fixed_point(self, letter):
- ``word`` - the fixed point of ``self`` beginning with ``letter``.
EXAMPLES:
EXAMPLES::
sage: W = FiniteWords('abc')
Expand Down
2 changes: 1 addition & 1 deletion src/sage/combinat/words/words.py
Expand Up @@ -593,7 +593,7 @@ def __call__(self, data=None, length=None, datatype=None, caching=True, check=Tr
when reloading. Also, most iterators do not support copying and
should not support pickling by extension.
EXAMPLES:
EXAMPLES::
sage: W = FiniteWords()
Expand Down
4 changes: 2 additions & 2 deletions src/sage/functions/generalized.py
Expand Up @@ -316,7 +316,7 @@ def __init__(self):
- ``x`` - a real number or a symbolic expression
EXAMPLES:
EXAMPLES::
sage: unit_step(-1)
0
Expand Down Expand Up @@ -405,7 +405,7 @@ def __init__(self):
r"""
The sgn function, ``sgn(x)``.
EXAMPLES:
EXAMPLES::
sage: sgn(-1)
-1
Expand Down
2 changes: 1 addition & 1 deletion src/sage/functions/log.py
Expand Up @@ -1278,7 +1278,7 @@ def _evalf_(self, z, m, parent=None, algorithm=None):

def _maxima_init_evaled_(self, n, z):
"""
EXAMPLES:
EXAMPLES::
sage: maxima_calculus(harmonic_number(x,2))
gen_harmonic_number(2,_SAGE_VAR_x)
Expand Down
2 changes: 1 addition & 1 deletion src/sage/functions/orthogonal_polys.py
Expand Up @@ -602,7 +602,7 @@ def _eval_special_values_(self, n, x):
Values known for special values of x.
For details see [AS1964]_ 22.4 (p. 777)
EXAMPLES:
EXAMPLES::
sage: var('n')
n
Expand Down

0 comments on commit 512afaa

Please sign in to comment.