Skip to content

Commit

Permalink
src/sage/misc/citation.pyx: Recognize pbori use from a compiled module
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 29, 2024
1 parent 581bd47 commit 0a400bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/citation.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ systems['MPFI'] = ['sage.rings.real_mpfi',
'sage.rings.complex_interval']
systems['M4RI'] = ['sage.matrix.matrix_mod2_dense']
systems['Givaro'] = ['sage.rings.finite_rings.element_givaro']
systems['PolyBoRi'] = ['sage.rings.polynomial.pbori']
systems['PolyBoRi'] = ['sage.rings.polynomial.pbori.pbori']


def get_systems(cmd):
Expand Down

0 comments on commit 0a400bf

Please sign in to comment.