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

Commit

Permalink
Trac 4120: fix "implementation" -> "algorithm"
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbruin committed Jun 12, 2018
1 parent e3a7206 commit 748d390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/quadratic_forms/binary_qf.py
Expand Up @@ -766,7 +766,7 @@ def reduced_form(self, transformation=False, algorithm="default"):
return BinaryQF(self.__pari__().qfbred())
else:
raise ValueError('unknown implementation for binary quadratic form '
'reduction: %s' % implementation)
'reduction: %s' % algorithm)

# Buchmann/Vollmer cycle algorithm
def _RhoTau(self):
Expand Down

0 comments on commit 748d390

Please sign in to comment.