From f1f05610a373dcdeaf0015c6dcdb6f4dd5cb26f8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Mon, 16 Dec 2024 15:11:34 -0600 Subject: [PATCH] Fix docs: ImageFormat args not optional Closes gh-804 --- doc/runtime_memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/runtime_memory.rst b/doc/runtime_memory.rst index 30770a6b..79f209f2 100644 --- a/doc/runtime_memory.rst +++ b/doc/runtime_memory.rst @@ -238,7 +238,7 @@ Operations on SVM Image ----- -.. class:: ImageFormat([channel_order, channel_type]) +.. class:: ImageFormat(channel_order, channel_type) .. attribute:: channel_order -- GitLab