Skip to content

Commit

Permalink
Context.release_lock docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 12, 2020
1 parent 11a5118 commit 35c6970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xthulu/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def release_lock(self, name):
"""
Release lock on behalf of session user
:param str name: The name of the lock to attempt
:returns: Whether or not the lock was granted
:param str name: The name of the lock to release
:returns: Whether or not the lock was valid to begin with
:rtype: bool
"""

Expand Down

0 comments on commit 35c6970

Please sign in to comment.