We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a32a9 commit c09dbc2Copy full SHA for c09dbc2
1 file changed
juju/model.py
@@ -1548,7 +1548,8 @@ def _find_relation(*specs):
1548
return _find_relation(*specs)
1549
1550
async def relate(self, relation1, relation2):
1551
- """The relate function is deprecated in favor of instead.
+ """The relate function is deprecated in favor of integrate.
1552
+
1553
The logic is the same.
1554
"""
1555
log.warn("relate is deprecated and will be removed. Use integrate instead.")
0 commit comments