Skip to content

Commit

Permalink
fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Jul 15, 2024
1 parent 73702d4 commit 71c1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Groups/tom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,13 @@ julia> identifier(table_of_marks("A5"))
julia> identifier(table_of_marks(symmetric_group(3)))
""
```
!!! warning "Note:"
The `identifier` of a table of marks from the library is equal to
the `identifier` of the corresponding library character table.
In a few cases, this value differs from the `GAP.Globals.Identifier`
value of the underlying `GapObj` of the table of marks.
```
"""
@attr String function identifier(tom::GAPGroupTableOfMarks)
gaptom = GapObj(tom)
Expand Down

0 comments on commit 71c1f3e

Please sign in to comment.