Skip to content

Commit 0ebb9b3

Browse files
committed
Resolve typos
1 parent 624ac11 commit 0ebb9b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyomo/contrib/viewer/residual_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class _ResidualTable(object):
5858
os.path.join(mypath, "residual_table.ui")
5959
)
6060
except:
61-
passss
61+
pass
6262

6363

6464
class ResidualTable(_ResidualTable, _ResidualTableUI):

pyomo/core/plugins/transform/standard_form.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"core.standard_form", doc="Create an equivalent LP model in standard form."
2020
)
2121
class StandardForm(IsomorphicTransformation):
22-
"""
22+
r"""
2323
Produces a standard-form representation of the model. This form has
2424
the coefficient matrix (A), the cost vector (c), and the
2525
constraint vector (b), where the 'standard form' problem is

0 commit comments

Comments
 (0)