From 90e32e2b7d69333dc85f8f0de4a675cd4fae88ed Mon Sep 17 00:00:00 2001 From: Marcell Perger <102254594+MarcellPerger1@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:14:12 +0100 Subject: [PATCH] Make syntax example render as code --- docs/guides/writing_stubs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/writing_stubs.rst b/docs/guides/writing_stubs.rst index 605750d0..0cbf6a7c 100644 --- a/docs/guides/writing_stubs.rst +++ b/docs/guides/writing_stubs.rst @@ -495,7 +495,7 @@ more concise files. Syntax Example -------------- -The below is an excerpt from the types for the ``datetime`` module. +The below is an excerpt from the types for the ``datetime`` module:: MAXYEAR: int MINYEAR: int