Skip to content

Commit 5c24219

Browse files
[docs] Fix typo "quaTratic" -> "quaDratic"
1 parent e63333a commit 5c24219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/api/api-python/qeq_solver/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ qeq_solver
55
66
.. autoapi-nested-parse::
77

8-
This module defines the interface for solving a quatratic equation.
8+
This module defines the interface for solving a quadratic equation.
99

1010
The quadratic equation is of the form:
1111

oif/interfaces/python/oif/interfaces/qeq_solver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""This module defines the interface for solving a quatratic equation.
1+
"""This module defines the interface for solving a quadratic equation.
22
33
The quadratic equation is of the form:
44

0 commit comments

Comments
 (0)