File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sage/schemes/hyperelliptic_curves Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,11 +497,11 @@ def _frobenius_polynomial_pari(self):
497
497
frobenius_polynomial_matrix = deprecated_function_alias (
498
498
40528 , _frobenius_polynomial_matrix ,
499
499
replacement = 'frobenius_polynomial(algorithm="matrix")' ,
500
- replacement_rst_doc = ':meth:`frobenius_polynomial` ``(algorithm="matrix")`' )
500
+ replacement_rst_doc = ':meth:`frobenius_polynomial` ``(algorithm="matrix")`` ' )
501
501
frobenius_polynomial_pari = deprecated_function_alias (
502
502
40528 , _frobenius_polynomial_pari ,
503
503
replacement = 'frobenius_polynomial(algorithm="pari")' ,
504
- replacement_rst_doc = ':meth:`frobenius_polynomial` ``(algorithm="pari")`' )
504
+ replacement_rst_doc = ':meth:`frobenius_polynomial` ``(algorithm="pari")`` ' )
505
505
506
506
@cached_method
507
507
def frobenius_polynomial (self , algorithm = None , ** kwargs ):
You can’t perform that action at this time.
0 commit comments