Skip to content

Commit 643bb2c

Browse files
author
Release Manager
committed
gh-35759: gap: fix a comment URL: #35759 Reported by: Max Horn Reviewer(s): Frédéric Chapoton
2 parents 277d965 + a0cf4d7 commit 643bb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/libs/gap/element.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cdef char *gap_element_str(Obj obj):
167167

168168
cdef Obj make_gap_record(sage_dict) except NULL:
169169
"""
170-
Convert Sage lists into Gap lists
170+
Convert Sage dictionary into Gap record
171171
172172
INPUT:
173173

0 commit comments

Comments
 (0)