Skip to content

Commit

Permalink
fix: correct link to py42 error (#391)
Browse files Browse the repository at this point in the history
Hiiiiiiiiiiiiiiiiiiiii
  • Loading branch information
antazoey committed Dec 10, 2021
1 parent b78a6b1 commit 4174216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py42/clients/settings/device_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def lock_destination(self, destination_guid):

def unlock_destination(self, destination_guid):
"""Unlocks an in-use destination, allowing the device owner to remove this
destination from their backup. Raises a :class:`Py42Error` if the supplied destination
destination from their backup. Raises a :class:`~py42.exceptions.Py42Error` if the supplied destination
guid is not in use on this backup set, or not available to the parent device/org.
"""
destination_guid = str(destination_guid)
Expand Down

0 comments on commit 4174216

Please sign in to comment.