Skip to content

Commit 75b6b29

Browse files
Merge pull request #15 from lpsinger/typo
Fix typo
2 parents d7de883 + e037885 commit 75b6b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docplex/mp/progress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
# noinspection PyUnresolvedReferences
6565
class ProgressData(_TProgressData_):
66-
""" A named tuple class to hold progress data, as reeived from CPLEX.
66+
""" A named tuple class to hold progress data, as received from CPLEX.
6767
6868
Attributes:
6969
has_incumbent: a boolean, indicating whether an incumbent solution is available (or not),

0 commit comments

Comments
 (0)