@@ -269,8 +269,8 @@ def steenrod_algebra_basis(n, basis='milnor', p=2, **kwds):
269269 - ``profile`` -- profile function (default: ``None``); this
270270 is just passed on to the functions :func:`milnor_basis` and
271271 :func:`pst_basis`
272- - ``truncation_type`` -- truncation type, either 0 or Infinity
273- (default: Infinity if no profile function is specified,
272+ - ``truncation_type`` -- truncation type, either 0 or `` Infinity``
273+ (default: `` Infinity`` if no profile function is specified,
274274 0 otherwise). This is just passed on to the function
275275 :func:`milnor_basis`.
276276 - ``generic`` -- boolean (default: ``None``)
@@ -525,8 +525,8 @@ def milnor_basis(n, p=2, **kwds):
525525 :func:`SteenrodAlgebra <sage.algebras.steenrod.steenrod_algebra.SteenrodAlgebra>`
526526 for information on profile functions.
527527
528- - ``truncation_type`` -- truncation type, either 0 or Infinity
529- (default: Infinity if no profile function is specified,
528+ - ``truncation_type`` -- truncation type, either 0 or `` Infinity``
529+ (default: `` Infinity`` if no profile function is specified,
530530 0 otherwise)
531531
532532 OUTPUT: tuple of mod `p` Milnor basis elements in dimension `n`
@@ -774,8 +774,8 @@ def atomic_basis(n, basis, **kwds):
774774 :mod:`sage.algebras.steenrod.steenrod_algebra` and
775775 :func:`SteenrodAlgebra` for information on profile functions.
776776
777- - ``truncation_type`` -- truncation type, either 0 or Infinity
778- (default: Infinity if no profile function is specified,
777+ - ``truncation_type`` -- truncation type, either 0 or `` Infinity``
778+ (default: `` Infinity`` if no profile function is specified,
779779 0 otherwise).
780780
781781 OUTPUT: tuple of basis elements in dimension `n`
@@ -1005,8 +1005,8 @@ def atomic_basis_odd(n, basis, p, **kwds):
10051005 :mod:`sage.algebras.steenrod.steenrod_algebra` and
10061006 :func:`SteenrodAlgebra` for information on profile functions.
10071007
1008- - ``truncation_type`` -- truncation type, either 0 or Infinity
1009- (default: Infinity if no profile function is specified,
1008+ - ``truncation_type`` -- truncation type, either 0 or `` Infinity``
1009+ (default: `` Infinity`` if no profile function is specified,
10101010 0 otherwise).
10111011
10121012 OUTPUT: tuple of basis elements in dimension `n`
0 commit comments