Skip to content

Commit aa701a7

Browse files
committed
fix: Docs
1 parent 7b9698f commit aa701a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/c2pa/c2pa.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,9 +1279,6 @@ def __init__(self, signer_ptr: ctypes.POINTER(C2paSigner)):
12791279
12801280
Note: This constructor is not meant to be called directly.
12811281
Use from_info() or from_callback() instead.
1282-
1283-
Args:
1284-
signer_ptr: Pointer to the C2PA signer
12851282
"""
12861283
self._signer = signer_ptr
12871284
self._closed = False

0 commit comments

Comments
 (0)