Skip to content

Commit

Permalink
add versionchanged note
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Jun 11, 2021
1 parent 6e5162b commit 1755e50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prolif/fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def _return_first_element(f):
>>> bar.__wrapped__()
(1, 2, 3)
.. versionchanged:: 0.3.3
The function now must return three values
"""
@wraps(f)
def wrapper(*args, **kwargs):
Expand Down

0 comments on commit 1755e50

Please sign in to comment.