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

Commit b8daa1f

Browse files
committed
fix a typo
1 parent 6e680f9 commit b8daa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/numerical/backends/glpk_backend.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ cdef class GLPKBackend(GenericBackend):
802802
.. WARNING::
803803
804804
Sage uses GLPK's ``glp_intopt`` to find solutions.
805-
Thisroutine sometimes FAILS CATASTROPHICALLY
805+
This routine sometimes FAILS CATASTROPHICALLY
806806
when given a system it cannot solve. (Ticket #12309.)
807807
Here, "catastrophic" can mean either "infinite loop" or
808808
segmentation fault. Upstream considers this behavior

0 commit comments

Comments
 (0)