Skip to content

Commit fbf2f62

Browse files
authored
Merge pull request #927 from DanielArndt/relate-docstring-typo
#927 #### Description Fixes a typo in the `relate()` docstring #### QA Steps N/A
2 parents b0473b2 + 20d55e3 commit fbf2f62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

juju/model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,8 @@ def _find_relation(*specs):
15481548
return _find_relation(*specs)
15491549

15501550
async def relate(self, relation1, relation2):
1551-
"""The relate function is deprecated in favor of instead.
1551+
"""The relate function is deprecated in favor of integrate.
1552+
15521553
The logic is the same.
15531554
"""
15541555
log.warn("relate is deprecated and will be removed. Use integrate instead.")

0 commit comments

Comments
 (0)