Skip to content

Commit

Permalink
Fixed comment of the unsign_params annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Feb 12, 2025
1 parent cfce611 commit 987e8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

def unsign_params(func):
"""
A decorator that verifies the first argument of the decorated function
using `CryptoSigner().verify`.
A decorator that verifies the SignedNotification|SignedNotifications typed
arguments of the decorated function using `CryptoSigner().verify`.
Args:
func (callable): The function to be decorated.
Returns:
Expand Down

0 comments on commit 987e8d6

Please sign in to comment.