@@ -179,7 +179,7 @@ Since we defined the class interactively, instead of in a Python
179
179
module, those tests will complain about "pickling". We can silence this
180
180
error by making sage think that the class is defined in a module. We could also
181
181
just ignore those failing tests for now or call :class: `TestSuite ` with the
182
- argument `skip='_test_pickling') `::
182
+ argument `` skip='_test_pickling') ` `::
183
183
184
184
sage: import __main__
185
185
sage: __main__.MyCyclicGroupAlgebra = MyCyclicGroupAlgebra
@@ -238,7 +238,7 @@ Exercises
238
238
#. Make a tiny modification to ``product_on_basis `` in
239
239
"MyCyclicGroupAlgebra" to implement the *dual * of the group algebra
240
240
of the cyclic group instead of its group algebra (so the product is now given by
241
- `b_fb_g=\delta_{f,g}bf `).
241
+ `b_fb_g=\delta_{f,g}b_f `).
242
242
243
243
Run the :class: `TestSuite ` tests (you may ignore the "pickling"
244
244
errors). What do you notice?
@@ -319,7 +319,7 @@ Diagonal and Triangular Morphisms
319
319
320
320
We now illustrate how to specify that a given morphism is diagonal or triangular
321
321
with respect to some order on the basis, which means that the morphism is
322
- invertible and ` Sage ` is able to compute the inverse morphism automatically.
322
+ invertible and Sage is able to compute the inverse morphism automatically.
323
323
Currently this feature requires the domain and codomain to have the same index
324
324
set (in progress ...).
325
325
@@ -659,7 +659,7 @@ particular, this construction says that they are:
659
659
There is a bit of redundancy here: given that ``A `` knows it is a
660
660
commutative algebra with realizations the infrastructure could, in
661
661
principle, determine that its realizations are commutative algebras. If this
662
- was done then it would be possible to implement `Bases.super_categories ` by
662
+ was done then it would be possible to implement `` Bases.super_categories ` ` by
663
663
returning::
664
664
665
665
[A.Realizations().WithBasis()]
0 commit comments