Skip to content

Commit 5f6d261

Browse files
FledgeXurgaudin
authored andcommitted
Fix a typing error.
1 parent b7e82ca commit 5f6d261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libzim/libzim.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ version = create_module(version_module_name, version_module_doc, version_public_
12591259
cdef class Version:
12601260
__module__ = version_module_name
12611261
@staticmethod
1262-
def get_versions() -> [(string, string)]:
1262+
def get_versions() -> [(bytes, bytes)]:
12631263
return zim.getVersions()
12641264

12651265
@staticmethod

0 commit comments

Comments
 (0)