Skip to content

Commit 39fbc31

Browse files
jdcaballerovmgautierfr
authored andcommitted
Update finalize docstring
1 parent 543c748 commit 39fbc31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libzim/libzim.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ cdef class ZimCreator:
308308
------
309309
RuntimeError
310310
If the ZimCreator was already finalized
311-
Runtime Error
312-
If mandatory metadata is missing
313311
"""
314312
if self._finalized:
315313
raise RuntimeError("ZimCreator already finalized")

0 commit comments

Comments
 (0)