We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d920888 commit 9ed3c3eCopy full SHA for 9ed3c3e
pulp/pulp.py
@@ -1070,7 +1070,7 @@ def to_dict(self) -> list[dict[str, Any]]:
1070
:rtype: list
1071
"""
1072
warnings.warn(
1073
- "LpAffineExpression.to_dict is deprecated, use LpAffineExpression.toDataclass instead",
+ "LpAffineExpression.to_dict is deprecated, use LpAffineExpression.toDict instead",
1074
category=DeprecationWarning,
1075
)
1076
return self.toDict()
0 commit comments