Skip to content

Commit 288e6f7

Browse files
author
Matthias Koeppe
committedJun 24, 2016
Doc fix
1 parent 6cad314 commit 288e6f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/sage/numerical/interactive_simplex_method.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3169,7 +3169,7 @@ def objective_coefficients(self):
31693169
@abstract_method
31703170
def objective_name(self):
31713171
r"""
3172-
Return the objective name used in dictionaries for this problem.
3172+
Return the objective name of ``self``.
31733173
31743174
OUTPUT:
31753175
@@ -4005,7 +4005,7 @@ def objective_coefficients(self):
40054005

40064006
def objective_name(self):
40074007
r"""
4008-
Return the objective name used in dictionaries for this problem.
4008+
Return the objective name of ``self``.
40094009
40104010
OUTPUT:
40114011
@@ -4974,7 +4974,7 @@ def objective_coefficients(self):
49744974

49754975
def objective_name(self):
49764976
r"""
4977-
Return the objective name used in dictionaries for this problem.
4977+
Return the objective name of ``self``.
49784978
49794979
OUTPUT:
49804980

0 commit comments

Comments
 (0)
Please sign in to comment.