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

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scrimshaw committed Nov 20, 2017
1 parent 8e50781 commit c6aec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/quantum_groups/fock_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ class G(CombinatorialFreeModule, BindableClass):
sage: F(G[4,2,2])
|4, 2, 2> + q*|3, 2, 2, 1>
We check agianst the tables in [LLT1996]_ (after truncating)::
We check against the tables in [LLT1996]_ (after truncating)::
sage: FS = FockSpace(3, truncated=3)
sage: F = FS.natural()
Expand Down

0 comments on commit c6aec4a

Please sign in to comment.