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

Commit

Permalink
and another doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
darijgr committed Apr 2, 2014
1 parent b92a6e1 commit 78dbab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/symmetric_group_algebra.py
Expand Up @@ -1701,7 +1701,7 @@ def e(tableau, star=0):
.. SEEALSO::
:function:`e_hat`
:func:`e_hat`
"""
# TODO:
# The current method only computes the e's over QQ. There should be
Expand Down Expand Up @@ -1790,7 +1790,7 @@ def e_hat(tab, star=0):
.. SEEALSO::
:function:`e`
:func:`e`
"""
t = Tableau(tab)
if star:
Expand Down

0 comments on commit 78dbab4

Please sign in to comment.