Skip to content

Commit 1755e50

Browse files
committed
add versionchanged note
1 parent 6e5162b commit 1755e50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prolif/fingerprint.py

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ def _return_first_element(f):
5757
>>> bar.__wrapped__()
5858
(1, 2, 3)
5959
60+
.. versionchanged:: 0.3.3
61+
The function now must return three values
62+
6063
"""
6164
@wraps(f)
6265
def wrapper(*args, **kwargs):

0 commit comments

Comments
 (0)