rename function

This commit is contained in:
Kovid Goyal
2021-09-18 09:39:12 +05:30
parent a941b1af4e
commit 2fc972a173
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ class JobCapsule:
pass
def begin_signature(file_size: int = -1, strong_len: int = 0) -> JobCapsule:
def begin_create_signature(file_size: int = -1, strong_len: int = 0) -> JobCapsule:
pass