From 06f05a450e90f59b2703601b183228a82ae6f256 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:04:00 -0500 Subject: [PATCH] fix incorrect docstring --- worlds/Files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/Files.py b/worlds/Files.py index ed88b4d9b2..0e2de0acd4 100644 --- a/worlds/Files.py +++ b/worlds/Files.py @@ -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. """