Skip to content

Commit 84ca45e

Browse files
committed
fix: Docs
1 parent 6c6eb9d commit 84ca45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c2pa/c2pa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def sdk_version() -> str:
622622
Returns the underlying c2pa-rs/c2pa-c-ffi version string
623623
"""
624624
vstr = version()
625-
# Example: "c2pa-c/0.49.5 c2pa-rs/0.49.5"
625+
# Example: "c2pa-c-ffi/0.59.1 c2pa-rs/0.59.1"
626626
for part in vstr.split():
627627
if part.startswith("c2pa-rs/"):
628628
return part.split("/", 1)[1]

0 commit comments

Comments
 (0)