fix incorrect docstring

This commit is contained in:
Silvris
2023-10-31 21:04:00 -05:00
parent 8e2738bc66
commit 06f05a450e

View File

@@ -285,7 +285,7 @@ class APTokenMixin:
class APPatchExtension(metaclass=AutoPatchExtensionRegister):
"""Class that defines patch extension functions for a given game.
Patch extension functions must have the following two arguments:
caller: APPatchExtension (used to retrieve files from the patch container)
caller: APProcedurePatch (used to retrieve files from the patch container)
rom: bytes (the data to patch)
Patch extension functions must return the changed bytes.
"""