We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0473b2 + 20d55e3 commit fbf2f62Copy full SHA for fbf2f62
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