From 1cd99d3da2e164a27280bff5f5fe8a3bf4132d0c Mon Sep 17 00:00:00 2001 From: Timo Reents Date: Tue, 26 May 2026 15:18:59 +0200 Subject: [PATCH] Fix heading in documentation --- docs/gallery/howto/autogen/annotate_inputs_outputs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gallery/howto/autogen/annotate_inputs_outputs.py b/docs/gallery/howto/autogen/annotate_inputs_outputs.py index 173187da..2b749c22 100644 --- a/docs/gallery/howto/autogen/annotate_inputs_outputs.py +++ b/docs/gallery/howto/autogen/annotate_inputs_outputs.py @@ -281,6 +281,7 @@ def AddMultiplyTypedDict(): # inputs explicit in the function signature (same socket expansion). # Optional keys can be expressed with ``total=False`` or ``NotRequired``. # ``NotRequired`` requires Python 3.11+ (or ``typing_extensions``). + # %% # Using Pydantic models # ---------------------