Skip to content

Commit 2648715

Browse files
committed
Fixing some last doc things.
1 parent 483f418 commit 2648715

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sage/algebras/lie_algebras/bgg_dual_module.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def dual(self):
265265
r"""
266266
Return the dual module of ``self``.
267267
268-
In Category `\mathcal{O}`, we have `(M^{\vee})^{\vee} \conj M`, so
268+
In Category `\mathcal{O}`, we have `(M^{\vee})^{\vee} \cong M`, so
269269
we return the defining module `M` of `M^{\vee}`.
270270
271271
EXAMPLES::
@@ -788,7 +788,7 @@ def cardinality(self):
788788
class SimpleModule(ModulePrinting, CombinatorialFreeModule):
789789
r"""
790790
Return the simple module `L_{\lambda}` as the image of the natural
791-
morphism `\phi \colom M_{\lambda} \to M_{\lambda}^{\vee}`.
791+
morphism `\phi: M_{\lambda} \to M_{\lambda}^{\vee}`.
792792
"""
793793
@staticmethod
794794
def __classcall_private__(cls, g, weight, *args, **kwds):

src/sage/algebras/lie_algebras/verma_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class VermaModule(ModulePrinting, CombinatorialFreeModule):
123123
124124
where `F_{\lambda}` is the `U(\mathfrak{b})` module such that
125125
`h \in U(\mathfrak{h})` acts as multiplication by
126-
`\langle \lambda, h \rangle` and `U\mathfrak{g}^+) F_{\lambda} = 0`.
126+
`\langle \lambda, h \rangle` and `U(\mathfrak{g}^+) F_{\lambda} = 0`.
127127
128128
INPUT:
129129

0 commit comments

Comments
 (0)