Skip to content

Commit 9224d7e

Browse files
committed
converse -> inverse
1 parent a3a94c0 commit 9224d7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sage/quadratic_forms/binary_qf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def polynomial(self):
499499
def from_polynomial(poly):
500500
r"""
501501
Construct a :class:`BinaryQF` from a bivariate polynomial
502-
with integer coefficients. Converse of :meth:`polynomial`.
502+
with integer coefficients. Inverse of :meth:`polynomial`.
503503
504504
EXAMPLES::
505505

src/sage/quadratic_forms/quadratic_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ def polynomial(self,names='x'):
13041304
def from_polynomial(poly):
13051305
r"""
13061306
Construct a :class:`QuadraticForm` from a multivariate
1307-
polynomial. Converse of :meth:`polynomial`.
1307+
polynomial. Inverse of :meth:`polynomial`.
13081308
13091309
EXAMPLES::
13101310

0 commit comments

Comments
 (0)